is not current version
Last Version 2.0.0-rc-1

io.ratpack:ratpack-gson 1.8.1

Support for JSON parsing via Google's Gson library - https://github.com/google/json

Categories

Categories

Gson Data JSON Ratpack User Interface Web Frameworks
GroupId

GroupId

io.ratpack
ArtifactId

ArtifactId

ratpack-gson
Version

Version

1.8.1
Type

Type

jar

Download ratpack-gson 1.8.1


<!-- https://jarcasting.com/artifacts/io.ratpack/ratpack-gson/ -->
<dependency>
    <groupId>io.ratpack</groupId>
    <artifactId>ratpack-gson</artifactId>
    <version>1.8.1</version>
</dependency>
// https://jarcasting.com/artifacts/io.ratpack/ratpack-gson/
implementation 'io.ratpack:ratpack-gson:1.8.1'
// https://jarcasting.com/artifacts/io.ratpack/ratpack-gson/
implementation ("io.ratpack:ratpack-gson:1.8.1")
'io.ratpack:ratpack-gson:jar:1.8.1'
<dependency org="io.ratpack" name="ratpack-gson" rev="1.8.1">
  <artifact name="ratpack-gson" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.ratpack', module='ratpack-gson', version='1.8.1')
)
libraryDependencies += "io.ratpack" % "ratpack-gson" % "1.8.1"
[io.ratpack/ratpack-gson "1.8.1"]