GroupId | GroupIdorg.http4s |
---|---|
ArtifactId | ArtifactIdjawn-fs2_2.13 |
Version | Version1.0.0 |
Type | Typejar |
Filename | Size |
---|---|
jawn-fs2_2.13-1.0.0.pom | |
jawn-fs2_2.13-1.0.0.jar | 24 KB |
jawn-fs2_2.13-1.0.0-sources.jar | 2 KB |
jawn-fs2_2.13-1.0.0-javadoc.jar | 1 MB |
Browse |
<!-- https://jarcasting.com/artifacts/org.http4s/jawn-fs2_2.13/ -->
<dependency>
<groupId>org.http4s</groupId>
<artifactId>jawn-fs2_2.13</artifactId>
<version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.http4s/jawn-fs2_2.13/
implementation 'org.http4s:jawn-fs2_2.13:1.0.0'
// https://jarcasting.com/artifacts/org.http4s/jawn-fs2_2.13/
implementation ("org.http4s:jawn-fs2_2.13:1.0.0")
'org.http4s:jawn-fs2_2.13:jar:1.0.0'
<dependency org="org.http4s" name="jawn-fs2_2.13" rev="1.0.0">
<artifact name="jawn-fs2_2.13" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.http4s', module='jawn-fs2_2.13', version='1.0.0')
)
libraryDependencies += "org.http4s" % "jawn-fs2_2.13" % "1.0.0"
[org.http4s/jawn-fs2_2.13 "1.0.0"]