GroupId | GroupIdorg.http4s |
---|---|
ArtifactId | ArtifactIdrho-core_2.13 |
Version | Version0.22.0-RC1 |
Type | Typejar |
Filename | Size |
---|---|
rho-core_2.13-0.22.0-RC1.pom | |
rho-core_2.13-0.22.0-RC1.jar | 637 KB |
rho-core_2.13-0.22.0-RC1-sources.jar | 45 KB |
rho-core_2.13-0.22.0-RC1-javadoc.jar | 2 MB |
Browse |
<!-- https://jarcasting.com/artifacts/org.http4s/rho-core_2.13/ -->
<dependency>
<groupId>org.http4s</groupId>
<artifactId>rho-core_2.13</artifactId>
<version>0.22.0-RC1</version>
</dependency>
// https://jarcasting.com/artifacts/org.http4s/rho-core_2.13/
implementation 'org.http4s:rho-core_2.13:0.22.0-RC1'
// https://jarcasting.com/artifacts/org.http4s/rho-core_2.13/
implementation ("org.http4s:rho-core_2.13:0.22.0-RC1")
'org.http4s:rho-core_2.13:jar:0.22.0-RC1'
<dependency org="org.http4s" name="rho-core_2.13" rev="0.22.0-RC1">
<artifact name="rho-core_2.13" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.http4s', module='rho-core_2.13', version='0.22.0-RC1')
)
libraryDependencies += "org.http4s" % "rho-core_2.13" % "0.22.0-RC1"
[org.http4s/rho-core_2.13 "0.22.0-RC1"]