Config :: TOML


License

License

Categories

Categories

Net config Application Layer Libs Configuration
GroupId

GroupId

net.cactusthorn.config
ArtifactId

ArtifactId

config-toml
Last Version

Last Version

0.80
Release Date

Release Date

Type

Type

jar
Description

Description

Config :: TOML
Config :: TOML
Source Code Management

Source Code Management

https://github.com/Gmugra/net.cactusthorn.config

Download config-toml

How to add to project

<!-- https://jarcasting.com/artifacts/net.cactusthorn.config/config-toml/ -->
<dependency>
    <groupId>net.cactusthorn.config</groupId>
    <artifactId>config-toml</artifactId>
    <version>0.80</version>
</dependency>
// https://jarcasting.com/artifacts/net.cactusthorn.config/config-toml/
implementation 'net.cactusthorn.config:config-toml:0.80'
// https://jarcasting.com/artifacts/net.cactusthorn.config/config-toml/
implementation ("net.cactusthorn.config:config-toml:0.80")
'net.cactusthorn.config:config-toml:jar:0.80'
<dependency org="net.cactusthorn.config" name="config-toml" rev="0.80">
  <artifact name="config-toml" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.cactusthorn.config', module='config-toml', version='0.80')
)
libraryDependencies += "net.cactusthorn.config" % "config-toml" % "0.80"
[net.cactusthorn.config/config-toml "0.80"]

Dependencies

compile (2)

Group / Artifact Type Version
net.cactusthorn.config : config-core jar 0.80
org.tomlj : tomlj jar 1.0.0

test (3)

Group / Artifact Type Version
org.junit.jupiter : junit-jupiter-api jar 5.8.2
org.junit.jupiter : junit-jupiter-engine jar 5.8.2
org.junit.jupiter : junit-jupiter-params jar 5.8.2

Project Modules

There are no modules declared in this project.

Versions

Version
0.80
0.70
0.60
0.50
0.40
0.31