GroupId | GroupIdorg.http4s |
---|---|
ArtifactId | ArtifactIdhttp4s-argonaut_2.10 |
Version | Version0.14.0 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/org.http4s/http4s-argonaut_2.10/ -->
<dependency>
<groupId>org.http4s</groupId>
<artifactId>http4s-argonaut_2.10</artifactId>
<version>0.14.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.http4s/http4s-argonaut_2.10/
implementation 'org.http4s:http4s-argonaut_2.10:0.14.0'
// https://jarcasting.com/artifacts/org.http4s/http4s-argonaut_2.10/
implementation ("org.http4s:http4s-argonaut_2.10:0.14.0")
'org.http4s:http4s-argonaut_2.10:jar:0.14.0'
<dependency org="org.http4s" name="http4s-argonaut_2.10" rev="0.14.0">
<artifact name="http4s-argonaut_2.10" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.http4s', module='http4s-argonaut_2.10', version='0.14.0')
)
libraryDependencies += "org.http4s" % "http4s-argonaut_2.10" % "0.14.0"
[org.http4s/http4s-argonaut_2.10 "0.14.0"]