Categories |
CategoriesJackson Data JSON ORM |
---|---|
GroupId | GroupIdorg.http4k |
ArtifactId | ArtifactIdhttp4k-format-jackson |
Version | Version3.149.0 |
Type | Typejar |
Filename | Size |
---|---|
http4k-format-jackson-3.149.0.pom | |
http4k-format-jackson-3.149.0.jar | 39 KB |
http4k-format-jackson-3.149.0-sources.jar | 3 KB |
http4k-format-jackson-3.149.0-javadoc.jar | 261 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/org.http4k/http4k-format-jackson/ -->
<dependency>
<groupId>org.http4k</groupId>
<artifactId>http4k-format-jackson</artifactId>
<version>3.149.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.http4k/http4k-format-jackson/
implementation 'org.http4k:http4k-format-jackson:3.149.0'
// https://jarcasting.com/artifacts/org.http4k/http4k-format-jackson/
implementation ("org.http4k:http4k-format-jackson:3.149.0")
'org.http4k:http4k-format-jackson:jar:3.149.0'
<dependency org="org.http4k" name="http4k-format-jackson" rev="3.149.0">
<artifact name="http4k-format-jackson" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.http4k', module='http4k-format-jackson', version='3.149.0')
)
libraryDependencies += "org.http4k" % "http4k-format-jackson" % "3.149.0"
[org.http4k/http4k-format-jackson "3.149.0"]