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