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