Categories |
CategoriesData Jackson JSON ORM |
---|---|
GroupId | GroupIdcom.github.hronom |
ArtifactId | ArtifactIdjackson-dataformat-rison |
Version | Version2.8.3 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.github.hronom/jackson-dataformat-rison/ -->
<dependency>
<groupId>com.github.hronom</groupId>
<artifactId>jackson-dataformat-rison</artifactId>
<version>2.8.3</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.hronom/jackson-dataformat-rison/
implementation 'com.github.hronom:jackson-dataformat-rison:2.8.3'
// https://jarcasting.com/artifacts/com.github.hronom/jackson-dataformat-rison/
implementation ("com.github.hronom:jackson-dataformat-rison:2.8.3")
'com.github.hronom:jackson-dataformat-rison:jar:2.8.3'
<dependency org="com.github.hronom" name="jackson-dataformat-rison" rev="2.8.3">
<artifact name="jackson-dataformat-rison" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.hronom', module='jackson-dataformat-rison', version='2.8.3')
)
libraryDependencies += "com.github.hronom" % "jackson-dataformat-rison" % "2.8.3"
[com.github.hronom/jackson-dataformat-rison "2.8.3"]