r

rho-core_2.12

Rho - A self documenting DSL built on http4s
https://github.com/http4s/rho
Apache License, Version 2.0
org.http4s
Bryce L. Anderson André Rouél Ross A. Baker
Files download
File Operation
rho-core_2.12-0.19.0-M4.jar download
rho-core_2.12-0.19.0-M4.pom download
rho-core_2.12-0.19.0-M4-sources.jar download
Apache Maven
<dependency>
  <groupId>org.http4s</groupId>
  <artifactId>rho-core_2.12</artifactId>
  <version>0.19.0-M4</version>
</dependency>
Gradle Groovy
implementation 'org.http4s:rho-core_2.12:0.19.0-M4'
Gradle Kotlin
implementation("org.http4s:rho-core_2.12:0.19.0-M4")
Scala SBT
libraryDependencies += "org.http4s" % "rho-core_2.12" % "0.19.0-M4"
Groovy Grape
@Grapes(
  @Grab(group='org.http4s', module='rho-core_2.12', version='0.19.0-M4')
)
Apache Ivy
<dependency org="org.http4s" name="rho-core_2.12" rev="0.19.0-M4" />
Leiningen
[org.http4s/rho-core_2.12 "0.19.0-M4"]
Apache Buildr
'org.http4s:rho-core_2.12:jar:0.19.0-M4'