| License |
License |
|---|---|
| Categories |
CategoriesGson Data JSON |
| GroupId | GroupIdorg.easygson |
| ArtifactId | ArtifactIdeasygson |
| Last Version | Last Version1.3.1 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
DescriptionEasyGson
EasyGson is a wrapper for Gson that allows near-native, pure JSON handling for Java applications
|
| Project URL |
Project URL |
| Project Organization |
Project Organization42 BV |
| Filename | Size |
|---|---|
| easygson-1.3.1.pom | |
| easygson-1.3.1.jar | 15 KB |
| easygson-1.3.1-sources.jar | 10 KB |
| easygson-1.3.1-javadoc.jar | 73 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/org.easygson/easygson/ -->
<dependency>
<groupId>org.easygson</groupId>
<artifactId>easygson</artifactId>
<version>1.3.1</version>
</dependency>
// https://jarcasting.com/artifacts/org.easygson/easygson/
implementation 'org.easygson:easygson:1.3.1'
// https://jarcasting.com/artifacts/org.easygson/easygson/
implementation ("org.easygson:easygson:1.3.1")
'org.easygson:easygson:jar:1.3.1'
<dependency org="org.easygson" name="easygson" rev="1.3.1">
<artifact name="easygson" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.easygson', module='easygson', version='1.3.1')
)
libraryDependencies += "org.easygson" % "easygson" % "1.3.1"
[org.easygson/easygson "1.3.1"]
| Group / Artifact | Type | Version |
|---|---|---|
| com.google.code.gson : gson | jar | 2.2.4 |
| Group / Artifact | Type | Version |
|---|---|---|
| junit : junit-dep | jar | 4.10 |