Step 1. Add the JitPack repository to your build file
Add it in your root settings.gradle at the end of repositories:
dependencyResolutionManagement {
repositoriesMode.set(RepositoriesMode.FAIL_ON_PROJECT_REPOS)
repositories {
mavenCentral()
maven { url 'https://jitpack.io' }
}
}
Add it in your settings.gradle.kts at the end of repositories:
dependencyResolutionManagement {
repositoriesMode.set(RepositoriesMode.FAIL_ON_PROJECT_REPOS)
repositories {
mavenCentral()
maven { url = uri("https://jitpack.io") }
}
}
Add to pom.xml
<repositories>
<repository>
<id>jitpack.io</id>
<url>https://jitpack.io</url>
</repository>
</repositories>
Add it in your build.sbt at the end of resolvers:
resolvers += "jitpack" at "https://jitpack.io"
Add it in your project.clj at the end of repositories:
:repositories [["jitpack" "https://jitpack.io"]]
Step 2. Add the dependency
dependencies {
implementation 'com.github.yccheok:jstock:'
}
dependencies {
implementation("com.github.yccheok:jstock:")
}
<dependency>
<groupId>com.github.yccheok</groupId>
<artifactId>jstock</artifactId>
<version></version>
</dependency>
libraryDependencies += "com.github.yccheok" % "jstock" % ""
:dependencies [[com.github.yccheok/jstock ""]]
JStock is a free stock market software for 28 countries. It provides Stock watchlist, Stock indicator editor, Stock indicator scanner and Portfolio management. Free email alert supported. It integrates seamless with Android. JStock Android can be downloaded separately from http://goo.gl/t24hN
JStock long term product roadmap can be found from http://goo.gl/55gGQS and http://goo.gl/ClN7zT