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