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