Categories |
CategoriesJackson Data JSON |
---|---|
GroupId | GroupIdcom.opentable.components |
ArtifactId | ArtifactIdotj-jackson |
Version | Version2.1.6 |
Type | Typejar |
Filename | Size |
---|---|
otj-jackson-2.1.6.pom | |
otj-jackson-2.1.6.jar | 6 KB |
otj-jackson-2.1.6-tests.jar | 16 KB |
otj-jackson-2.1.6-test-sources.jar | 10 KB |
otj-jackson-2.1.6-sources.jar | 4 KB |
otj-jackson-2.1.6-javadoc.jar | 28 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.opentable.components/otj-jackson/ -->
<dependency>
<groupId>com.opentable.components</groupId>
<artifactId>otj-jackson</artifactId>
<version>2.1.6</version>
</dependency>
// https://jarcasting.com/artifacts/com.opentable.components/otj-jackson/
implementation 'com.opentable.components:otj-jackson:2.1.6'
// https://jarcasting.com/artifacts/com.opentable.components/otj-jackson/
implementation ("com.opentable.components:otj-jackson:2.1.6")
'com.opentable.components:otj-jackson:jar:2.1.6'
<dependency org="com.opentable.components" name="otj-jackson" rev="2.1.6">
<artifact name="otj-jackson" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.opentable.components', module='otj-jackson', version='2.1.6')
)
libraryDependencies += "com.opentable.components" % "otj-jackson" % "2.1.6"
[com.opentable.components/otj-jackson "2.1.6"]