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