Files download
File Operation
r4j-api-0.0.1.jar download
r4j-api-0.0.1.pom download
r4j-api-0.0.1-sources.jar download
Apache Maven
<dependency>
  <groupId>io.github.peppshabender.r4j</groupId>
  <artifactId>r4j-api</artifactId>
  <version>0.0.1</version>
</dependency>
Gradle Groovy
implementation 'io.github.peppshabender.r4j:r4j-api:0.0.1'
Gradle Kotlin
implementation("io.github.peppshabender.r4j:r4j-api:0.0.1")
Scala SBT
libraryDependencies += "io.github.peppshabender.r4j" % "r4j-api" % "0.0.1"
Groovy Grape
@Grapes(
  @Grab(group='io.github.peppshabender.r4j', module='r4j-api', version='0.0.1')
)
Apache Ivy
<dependency org="io.github.peppshabender.r4j" name="r4j-api" rev="0.0.1" />
Leiningen
[io.github.peppshabender.r4j/r4j-api "0.0.1"]
Apache Buildr
'io.github.peppshabender.r4j:r4j-api:jar:0.0.1'
Dependencies
The project has no third-party dependencies