Last Version

Configurate Gson 3.5

A simple configuration library for Java applications that can handle a variety of formats and provides a node-based data structure able to handle a wide variety of configuration schemas

License

License

Categories

Categories

config Application Layer Libs Configuration Configurate Gson Data JSON
GroupId

GroupId

me.lucko.configurate
ArtifactId

ArtifactId

configurate-gson
Version

Version

3.5
Type

Type

jar
Description

Description

Configurate Gson
A simple configuration library for Java applications that can handle a variety of formats and provides a node-based data structure able to handle a wide variety of configuration schemas

Download configurate-gson 3.5


<!-- https://jarcasting.com/artifacts/me.lucko.configurate/configurate-gson/ -->
<dependency>
    <groupId>me.lucko.configurate</groupId>
    <artifactId>configurate-gson</artifactId>
    <version>3.5</version>
</dependency>
// https://jarcasting.com/artifacts/me.lucko.configurate/configurate-gson/
implementation 'me.lucko.configurate:configurate-gson:3.5'
// https://jarcasting.com/artifacts/me.lucko.configurate/configurate-gson/
implementation ("me.lucko.configurate:configurate-gson:3.5")
'me.lucko.configurate:configurate-gson:jar:3.5'
<dependency org="me.lucko.configurate" name="configurate-gson" rev="3.5">
  <artifact name="configurate-gson" type="jar" />
</dependency>
@Grapes(
@Grab(group='me.lucko.configurate', module='configurate-gson', version='3.5')
)
libraryDependencies += "me.lucko.configurate" % "configurate-gson" % "3.5"
[me.lucko.configurate/configurate-gson "3.5"]

Dependencies

compile (3)

Group / Artifact Type Version
com.google.code.gson : gson jar 2.8.0
me.lucko.configurate : configurate-core jar 3.5
org.checkerframework : checker-qual Optional jar 2.4.0

test (1)

Group / Artifact Type Version
junit : junit jar 4.12

Project Modules

There are no modules declared in this project.