GSON Utils - Core

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-core
Last Version

Last Version

1.0.1
Release Date

Release Date

Type

Type

jar
Description

Description

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

Download gson-utils-core

How to add to project

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

Dependencies

compile (2)

Group / Artifact Type Version
com.google.code.gson : gson jar 2.8.5
com.google.guava : guava jar 28.0-jre

Project Modules

There are no modules declared in this project.

gson-utils

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

org.aksw.gson

AKSW Research Group @ University of Leipzig

Versions

Version
1.0.1
1.0.0