patriques82 / alphavantage4j

(Repository is not maintained anymore) A Java wrapper to get stock data and stock indicators from the Alpha Vantage API
https://www.alphavantage.co/
Apache License 2.0
124 stars 73 forks source link

Adding pom.xml #34

Closed team172011 closed 5 years ago

team172011 commented 5 years ago

Adding pom.xml

dependency can be added via:

    <dependency>
        <groupId>org.patriques</groupId>
        <artifactId>alphavantage4j</artifactId>
        <version>1.3-SNAPSHOT</version>
    </dependency>

solving: #27

team172011 commented 5 years ago

On my machine all tests passed. I am not sure what travis error

> Could not get unknown property 'bintray_user' for object of type com.jfrog.bintray.gradle.BintrayExtension.

means...

patriques82 commented 5 years ago

bintray_user is an environment variable that only exist on my machine, so that when I run the gradle task "publish" the current state of the project is sent to bintray. I'll see if I can fix that some time in the future. I have had some complaints about it now