Last Version

GSON Utils - Parent 1.0.1

A small framework to transform and modify GSON objects using Visitors and guava Functions

License

License

Categories

Categories

Gson Data JSON
GroupId

GroupId

org.aksw.gson
ArtifactId

ArtifactId

gson-utils-parent
Version

Version

1.0.1
Type

Type

pom
Description

Description

GSON Utils - Parent
A small framework to transform and modify GSON objects using Visitors and guava Functions
Source Code Management

Source Code Management

https://github.com/AKSW/gson-utils

Download gson-utils-parent 1.0.1


<!-- 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"]

Dependencies

There are no dependencies for this project. It is a standalone project that does not depend on any other jars.

Project Modules

  • gson-utils-core