Last Version

Configurate Jackson 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 JSON Data
GroupId

GroupId

me.lucko.configurate
ArtifactId

ArtifactId

configurate-json
Version

Version

3.5
Type

Type

jar
Description

Description

Configurate Jackson
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-json 3.5


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

Dependencies

compile (3)

Group / Artifact Type Version
com.fasterxml.jackson.core : jackson-core jar 2.8.8
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.