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