License |
License |
---|---|
Categories |
CategoriesImmutables Application Layer Libs Code Generators Gson Data JSON |
GroupId | GroupIdorg.immutables |
ArtifactId | ArtifactIdgson |
Last Version | Last Version2.9.0 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptionorg.immutables.gson
Gson integration for Immutables. Also includes optional integration with Jackson to speed-up
streaming parsing of Gson, while using all of gson binding infrastructure.
|
Project Organization |
Project Organization |
Filename | Size |
---|---|
gson-2.9.0.pom | |
gson-2.9.0.jar | 39 KB |
gson-2.9.0-tests.jar | 398 KB |
gson-2.9.0-sources.jar | 21 KB |
gson-2.9.0-javadoc.jar | 65 KB |
gson-2.9.0-annotations.jar | 3 KB |
gson-2.9.0-annotations-sources.jar | 3 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.immutables/gson/ -->
<dependency>
<groupId>org.immutables</groupId>
<artifactId>gson</artifactId>
<version>2.9.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.immutables/gson/
implementation 'org.immutables:gson:2.9.0'
// https://jarcasting.com/artifacts/org.immutables/gson/
implementation ("org.immutables:gson:2.9.0")
'org.immutables:gson:jar:2.9.0'
<dependency org="org.immutables" name="gson" rev="2.9.0">
<artifact name="gson" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.immutables', module='gson', version='2.9.0')
)
libraryDependencies += "org.immutables" % "gson" % "2.9.0"
[org.immutables/gson "2.9.0"]
Group / Artifact | Type | Version |
---|---|---|
com.google.code.gson : gson | jar | 2.8.8 |
javax.ws.rs : javax.ws.rs-api Optional | jar | 2.0 |
Group / Artifact | Type | Version |
---|---|---|
org.immutables : metainf Optional | jar | 2.9.0 |
com.google.code.findbugs : jsr305 Optional | jar | 3.0.1 |
com.google.guava : guava Optional | jar | 19.0 |
com.fasterxml.jackson.core : jackson-core Optional | jar | 2.8.11 |
com.fasterxml.jackson.core : jackson-databind Optional | jar | 2.8.11.6 |
org.immutables : value Optional | jar | 2.9.0 |