Categories |
CategoriesJackson Data JSON |
---|---|
GroupId | GroupIdau.com.gridstone |
ArtifactId | ArtifactIdgrex-jackson-converter |
Version | Version1.1.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>1.1.0</version>
</dependency>
// https://jarcasting.com/artifacts/au.com.gridstone/grex-jackson-converter/
implementation 'au.com.gridstone:grex-jackson-converter:1.1.0'
// https://jarcasting.com/artifacts/au.com.gridstone/grex-jackson-converter/
implementation ("au.com.gridstone:grex-jackson-converter:1.1.0")
'au.com.gridstone:grex-jackson-converter:jar:1.1.0'
<dependency org="au.com.gridstone" name="grex-jackson-converter" rev="1.1.0">
<artifact name="grex-jackson-converter" type="jar" />
</dependency>
@Grapes(
@Grab(group='au.com.gridstone', module='grex-jackson-converter', version='1.1.0')
)
libraryDependencies += "au.com.gridstone" % "grex-jackson-converter" % "1.1.0"
[au.com.gridstone/grex-jackson-converter "1.1.0"]