We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
The first step is add the repository in your build.gradle file.
repositories { maven { url "http://jtracking-sonatype.rhcloud.com/content/repositories/snapshots" } }
After add the repository is necessary to add the jar dependecy.
compile 'com.jjm:chameleon:1.0-SNAPSHOT'