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