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