Files download
File Operation
tools-1.2.0-RELEASE.jar download
tools-1.2.0-RELEASE.pom download
tools-1.2.0-RELEASE-sources.jar download
Apache Maven
<dependency>
  <groupId>com.github.muff1nman.chameleon</groupId>
  <artifactId>tools</artifactId>
  <version>1.2.0-RELEASE</version>
</dependency>
Gradle Groovy
implementation 'com.github.muff1nman.chameleon:tools:1.2.0-RELEASE'
Gradle Kotlin
implementation("com.github.muff1nman.chameleon:tools:1.2.0-RELEASE")
Scala SBT
libraryDependencies += "com.github.muff1nman.chameleon" % "tools" % "1.2.0-RELEASE"
Groovy Grape
@Grapes(
  @Grab(group='com.github.muff1nman.chameleon', module='tools', version='1.2.0-RELEASE')
)
Apache Ivy
<dependency org="com.github.muff1nman.chameleon" name="tools" rev="1.2.0-RELEASE" />
Leiningen
[com.github.muff1nman.chameleon/tools "1.2.0-RELEASE"]
Apache Buildr
'com.github.muff1nman.chameleon:tools:jar:1.2.0-RELEASE'