Categories |
CategoriesJackson Data JSON |
---|---|
GroupId | GroupIdde.skuzzle.test |
ArtifactId | ArtifactIdsnapshot-tests-jackson |
Version | Version1.2.1 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/de.skuzzle.test/snapshot-tests-jackson/ -->
<dependency>
<groupId>de.skuzzle.test</groupId>
<artifactId>snapshot-tests-jackson</artifactId>
<version>1.2.1</version>
</dependency>
// https://jarcasting.com/artifacts/de.skuzzle.test/snapshot-tests-jackson/
implementation 'de.skuzzle.test:snapshot-tests-jackson:1.2.1'
// https://jarcasting.com/artifacts/de.skuzzle.test/snapshot-tests-jackson/
implementation ("de.skuzzle.test:snapshot-tests-jackson:1.2.1")
'de.skuzzle.test:snapshot-tests-jackson:jar:1.2.1'
<dependency org="de.skuzzle.test" name="snapshot-tests-jackson" rev="1.2.1">
<artifact name="snapshot-tests-jackson" type="jar" />
</dependency>
@Grapes(
@Grab(group='de.skuzzle.test', module='snapshot-tests-jackson', version='1.2.1')
)
libraryDependencies += "de.skuzzle.test" % "snapshot-tests-jackson" % "1.2.1"
[de.skuzzle.test/snapshot-tests-jackson "1.2.1"]