Last Version

Configurate YAML 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
GroupId

GroupId

me.lucko.configurate
ArtifactId

ArtifactId

configurate-yaml
Version

Version

3.5
Type

Type

jar
Description

Description

Configurate YAML
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-yaml 3.5


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

Dependencies

compile (3)

Group / Artifact Type Version
org.yaml : snakeyaml jar 1.18
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.