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