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