| License |
License |
|---|---|
| Categories |
CategoriesGson Data JSON |
| GroupId | GroupIdorg.danilopianini |
| ArtifactId | ArtifactIdgson-extras |
| Last Version | Last Version0.6.0 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
DescriptionGson Extras
Extra goodies for Gson, available on Google's Github repository, made available on Central
|
| Project URL |
Project URL |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| gson-extras-0.6.0.pom | |
| gson-extras-0.6.0.jar | 26 KB |
| gson-extras-0.6.0-sources.jar | 15 KB |
| gson-extras-0.6.0-javadoc.jar | 261 bytes |
| Browse |
<!-- https://jarcasting.com/artifacts/org.danilopianini/gson-extras/ -->
<dependency>
<groupId>org.danilopianini</groupId>
<artifactId>gson-extras</artifactId>
<version>0.6.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.danilopianini/gson-extras/
implementation 'org.danilopianini:gson-extras:0.6.0'
// https://jarcasting.com/artifacts/org.danilopianini/gson-extras/
implementation ("org.danilopianini:gson-extras:0.6.0")
'org.danilopianini:gson-extras:jar:0.6.0'
<dependency org="org.danilopianini" name="gson-extras" rev="0.6.0">
<artifact name="gson-extras" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.danilopianini', module='gson-extras', version='0.6.0')
)
libraryDependencies += "org.danilopianini" % "gson-extras" % "0.6.0"
[org.danilopianini/gson-extras "0.6.0"]
| Group / Artifact | Type | Version |
|---|---|---|
| com.google.code.gson : gson | jar | 2.9.0 |
| Group / Artifact | Type | Version |
|---|---|---|
| javax.annotation : jsr250-api | jar | 1.0 |