| License |
License |
|---|---|
| Categories |
CategoriesNet config Application Layer Libs Configuration |
| GroupId | GroupIdnet.cactusthorn.config |
| ArtifactId | ArtifactIdconfig-yaml |
| Last Version | Last Version0.80 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
DescriptionConfig :: YAML
Config :: YAML
|
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| config-yaml-0.80.pom | |
| config-yaml-0.80.jar | 9 KB |
| config-yaml-0.80-sources.jar | 7 KB |
| config-yaml-0.80-javadoc.jar | 50 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/net.cactusthorn.config/config-yaml/ -->
<dependency>
<groupId>net.cactusthorn.config</groupId>
<artifactId>config-yaml</artifactId>
<version>0.80</version>
</dependency>
// https://jarcasting.com/artifacts/net.cactusthorn.config/config-yaml/
implementation 'net.cactusthorn.config:config-yaml:0.80'
// https://jarcasting.com/artifacts/net.cactusthorn.config/config-yaml/
implementation ("net.cactusthorn.config:config-yaml:0.80")
'net.cactusthorn.config:config-yaml:jar:0.80'
<dependency org="net.cactusthorn.config" name="config-yaml" rev="0.80">
<artifact name="config-yaml" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.cactusthorn.config', module='config-yaml', version='0.80')
)
libraryDependencies += "net.cactusthorn.config" % "config-yaml" % "0.80"
[net.cactusthorn.config/config-yaml "0.80"]
| Group / Artifact | Type | Version |
|---|---|---|
| net.cactusthorn.config : config-core | jar | 0.80 |
| org.yaml : snakeyaml | jar | 1.30 |
| 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 |