Categories |
CategoriesData Jackson JSON |
---|---|
GroupId | GroupIdtech.anima |
ArtifactId | ArtifactIdjackson-datatype-tinytypes |
Version | Version1.1.0 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/tech.anima/jackson-datatype-tinytypes/ -->
<dependency>
<groupId>tech.anima</groupId>
<artifactId>jackson-datatype-tinytypes</artifactId>
<version>1.1.0</version>
</dependency>
// https://jarcasting.com/artifacts/tech.anima/jackson-datatype-tinytypes/
implementation 'tech.anima:jackson-datatype-tinytypes:1.1.0'
// https://jarcasting.com/artifacts/tech.anima/jackson-datatype-tinytypes/
implementation ("tech.anima:jackson-datatype-tinytypes:1.1.0")
'tech.anima:jackson-datatype-tinytypes:jar:1.1.0'
<dependency org="tech.anima" name="jackson-datatype-tinytypes" rev="1.1.0">
<artifact name="jackson-datatype-tinytypes" type="jar" />
</dependency>
@Grapes(
@Grab(group='tech.anima', module='jackson-datatype-tinytypes', version='1.1.0')
)
libraryDependencies += "tech.anima" % "jackson-datatype-tinytypes" % "1.1.0"
[tech.anima/jackson-datatype-tinytypes "1.1.0"]