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