is not current version
Last Version 0.80

net.cactusthorn.config:config-toml 0.50

Config :: TOML

Categories

Categories

Net config Application Layer Libs Configuration
GroupId

GroupId

net.cactusthorn.config
ArtifactId

ArtifactId

config-toml
Version

Version

0.50
Type

Type

jar

Download config-toml 0.50


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