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-parent | 
| Last Version | Last Version1.0.1 | 
| Release Date | Release Date | 
| Type | Typepom | 
| Description | DescriptionGSON Utils - Parent A small framework to transform and modify GSON objects using Visitors and guava Functions | 
| Source Code Management | Source Code Management | 
| Filename | Size | 
|---|---|
| gson-utils-parent-1.0.1.pom | 10 KB | 
| Browse | 
<!-- https://jarcasting.com/artifacts/org.aksw.gson/gson-utils-parent/ -->
<dependency>
    <groupId>org.aksw.gson</groupId>
    <artifactId>gson-utils-parent</artifactId>
    <version>1.0.1</version>
    <type>pom</type>
</dependency>// https://jarcasting.com/artifacts/org.aksw.gson/gson-utils-parent/
implementation 'org.aksw.gson:gson-utils-parent:1.0.1'// https://jarcasting.com/artifacts/org.aksw.gson/gson-utils-parent/
implementation ("org.aksw.gson:gson-utils-parent:1.0.1")'org.aksw.gson:gson-utils-parent:pom:1.0.1'<dependency org="org.aksw.gson" name="gson-utils-parent" rev="1.0.1">
  <artifact name="gson-utils-parent" type="pom" />
</dependency>@Grapes(
@Grab(group='org.aksw.gson', module='gson-utils-parent', version='1.0.1')
)libraryDependencies += "org.aksw.gson" % "gson-utils-parent" % "1.0.1"[org.aksw.gson/gson-utils-parent "1.0.1"]A small framework to transform and modify GSON objects using Visitors and guava Functions