Categories |
CategoriesJackson Data JSON |
---|---|
GroupId | GroupIdorg.httpobjects.jackson |
ArtifactId | ArtifactIdhttpobjects-jackson |
Version | Version0.9.0 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/org.httpobjects.jackson/httpobjects-jackson/ -->
<dependency>
<groupId>org.httpobjects.jackson</groupId>
<artifactId>httpobjects-jackson</artifactId>
<version>0.9.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.httpobjects.jackson/httpobjects-jackson/
implementation 'org.httpobjects.jackson:httpobjects-jackson:0.9.0'
// https://jarcasting.com/artifacts/org.httpobjects.jackson/httpobjects-jackson/
implementation ("org.httpobjects.jackson:httpobjects-jackson:0.9.0")
'org.httpobjects.jackson:httpobjects-jackson:jar:0.9.0'
<dependency org="org.httpobjects.jackson" name="httpobjects-jackson" rev="0.9.0">
<artifact name="httpobjects-jackson" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.httpobjects.jackson', module='httpobjects-jackson', version='0.9.0')
)
libraryDependencies += "org.httpobjects.jackson" % "httpobjects-jackson" % "0.9.0"
[org.httpobjects.jackson/httpobjects-jackson "0.9.0"]