Categories |
CategoriesJackson Data JSON |
---|---|
GroupId | GroupIdau.com.gridstone |
ArtifactId | ArtifactIdgrex-jackson-converter |
Version | Version2.0.0 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/au.com.gridstone/grex-jackson-converter/ -->
<dependency>
<groupId>au.com.gridstone</groupId>
<artifactId>grex-jackson-converter</artifactId>
<version>2.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/au.com.gridstone/grex-jackson-converter/
implementation 'au.com.gridstone:grex-jackson-converter:2.0.0'
// https://jarcasting.com/artifacts/au.com.gridstone/grex-jackson-converter/
implementation ("au.com.gridstone:grex-jackson-converter:2.0.0")
'au.com.gridstone:grex-jackson-converter:jar:2.0.0'
<dependency org="au.com.gridstone" name="grex-jackson-converter" rev="2.0.0">
<artifact name="grex-jackson-converter" type="jar" />
</dependency>
@Grapes(
@Grab(group='au.com.gridstone', module='grex-jackson-converter', version='2.0.0')
)
libraryDependencies += "au.com.gridstone" % "grex-jackson-converter" % "2.0.0"
[au.com.gridstone/grex-jackson-converter "2.0.0"]