gson-utils
A small framework to transform and modify GSON objects using Visitors and guava Functions
License |
License |
---|---|
Categories |
CategoriesGson Data JSON |
GroupId | GroupIdorg.aksw.gson |
ArtifactId | ArtifactIdgson-utils-core |
Last Version | Last Version1.0.1 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionGSON Utils - Core
A small framework to transform and modify GSON objects using Visitors and guava Functions
|
Filename | Size |
---|---|
gson-utils-core-1.0.1.pom | |
gson-utils-core-1.0.1.jar | 17 KB |
gson-utils-core-1.0.1-sources.jar | 9 KB |
gson-utils-core-1.0.1-javadoc.jar | 91 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.aksw.gson/gson-utils-core/ -->
<dependency>
<groupId>org.aksw.gson</groupId>
<artifactId>gson-utils-core</artifactId>
<version>1.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/org.aksw.gson/gson-utils-core/
implementation 'org.aksw.gson:gson-utils-core:1.0.1'
// https://jarcasting.com/artifacts/org.aksw.gson/gson-utils-core/
implementation ("org.aksw.gson:gson-utils-core:1.0.1")
'org.aksw.gson:gson-utils-core:jar:1.0.1'
<dependency org="org.aksw.gson" name="gson-utils-core" rev="1.0.1">
<artifact name="gson-utils-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.aksw.gson', module='gson-utils-core', version='1.0.1')
)
libraryDependencies += "org.aksw.gson" % "gson-utils-core" % "1.0.1"
[org.aksw.gson/gson-utils-core "1.0.1"]
Group / Artifact | Type | Version |
---|---|---|
com.google.code.gson : gson | jar | 2.8.5 |
com.google.guava : guava | jar | 28.0-jre |
A small framework to transform and modify GSON objects using Visitors and guava Functions