License |
License |
---|---|
Categories |
CategoriesNet config Application Layer Libs Configuration |
GroupId | GroupIdnet.cactusthorn.config |
ArtifactId | ArtifactIdconfig-toml |
Version | Version0.40 |
Type | Typejar |
Description |
DescriptionConfig :: TOML
Config :: TOML
|
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
config-toml-0.40.pom | |
config-toml-0.40.jar | 11 KB |
config-toml-0.40-sources.jar | 9 KB |
config-toml-0.40-javadoc.jar | 50 KB |
Browse |
<!-- https://jarcasting.com/artifacts/net.cactusthorn.config/config-toml/ -->
<dependency>
<groupId>net.cactusthorn.config</groupId>
<artifactId>config-toml</artifactId>
<version>0.40</version>
</dependency>
// https://jarcasting.com/artifacts/net.cactusthorn.config/config-toml/
implementation 'net.cactusthorn.config:config-toml:0.40'
// https://jarcasting.com/artifacts/net.cactusthorn.config/config-toml/
implementation ("net.cactusthorn.config:config-toml:0.40")
'net.cactusthorn.config:config-toml:jar:0.40'
<dependency org="net.cactusthorn.config" name="config-toml" rev="0.40">
<artifact name="config-toml" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.cactusthorn.config', module='config-toml', version='0.40')
)
libraryDependencies += "net.cactusthorn.config" % "config-toml" % "0.40"
[net.cactusthorn.config/config-toml "0.40"]
Group / Artifact | Type | Version |
---|---|---|
net.cactusthorn.config : config-core | jar | 0.40 |
org.tomlj : tomlj | jar | 1.0.0 |
Group / Artifact | Type | Version |
---|---|---|
org.junit.jupiter : junit-jupiter-api | jar | 5.7.2 |
org.junit.jupiter : junit-jupiter-engine | jar | 5.7.2 |
org.junit.jupiter : junit-jupiter-params | jar | 5.7.2 |