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