| License |
License |
|---|---|
| Categories |
CategoriesGson Data JSON |
| GroupId | GroupIdcom.dampcake |
| ArtifactId | ArtifactIdgson-immutable |
| Last Version | Last Version1.2 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
Descriptiongson-immutable
Gson TypeAdapters for Guava Immutable Objects.
|
| Project URL |
Project URL |
| Filename | Size |
|---|---|
| gson-immutable-1.2.pom | |
| gson-immutable-1.2.jar | 10 KB |
| gson-immutable-1.2-sources.jar | 8 KB |
| gson-immutable-1.2-javadoc.jar | 51 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.dampcake/gson-immutable/ -->
<dependency>
<groupId>com.dampcake</groupId>
<artifactId>gson-immutable</artifactId>
<version>1.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.dampcake/gson-immutable/
implementation 'com.dampcake:gson-immutable:1.2'
// https://jarcasting.com/artifacts/com.dampcake/gson-immutable/
implementation ("com.dampcake:gson-immutable:1.2")
'com.dampcake:gson-immutable:jar:1.2'
<dependency org="com.dampcake" name="gson-immutable" rev="1.2">
<artifact name="gson-immutable" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.dampcake', module='gson-immutable', version='1.2')
)
libraryDependencies += "com.dampcake" % "gson-immutable" % "1.2"
[com.dampcake/gson-immutable "1.2"]
| Group / Artifact | Type | Version |
|---|---|---|
| com.google.guava : guava | jar | 19.0 |
| com.google.code.gson : gson | jar | 2.5 |
| Group / Artifact | Type | Version |
|---|---|---|
| junit : junit | jar | 4.12 |
| org.mockito : mockito-core | jar | 1.10.19 |