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