JX is available through Google's Maven Repository. To use it:
- Open the
build.gradle
file for your application. - Make sure that the
repositories
section includes Google's Maven Repositorygoogle()
. For example:
allprojects {
repositories {
google()
jcenter()
}
}
- Add the library to the
dependencies
section:
dependencies {
// ...
implementation 'com.zeoflow:jx:<version>'
// ...
}
Visit MVN Repository to find the latest version of the library.
JX welcomes contributions from the community. Check out our contributing guidelines before getting started.