Categories |
CategoriesJackson Data JSON |
---|---|
GroupId | GroupIdcom.opentable.components |
ArtifactId | ArtifactIdotj-jackson |
Version | Version2.1.1 |
Type | Typejar |
Filename | Size |
---|---|
otj-jackson-2.1.1.pom | |
otj-jackson-2.1.1.jar | 8 KB |
otj-jackson-2.1.1-tests.jar | 15 KB |
otj-jackson-2.1.1-test-sources.jar | 9 KB |
otj-jackson-2.1.1-sources.jar | 6 KB |
otj-jackson-2.1.1-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.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.opentable.components/otj-jackson/
implementation 'com.opentable.components:otj-jackson:2.1.1'
// https://jarcasting.com/artifacts/com.opentable.components/otj-jackson/
implementation ("com.opentable.components:otj-jackson:2.1.1")
'com.opentable.components:otj-jackson:jar:2.1.1'
<dependency org="com.opentable.components" name="otj-jackson" rev="2.1.1">
<artifact name="otj-jackson" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.opentable.components', module='otj-jackson', version='2.1.1')
)
libraryDependencies += "com.opentable.components" % "otj-jackson" % "2.1.1"
[com.opentable.components/otj-jackson "2.1.1"]