| License |
License |
|---|---|
| Categories |
Categoriesconfig Application Layer Libs Configuration |
| GroupId | GroupIdcom.github.siroshun09.configapi |
| ArtifactId | ArtifactIdyaml |
| Last Version | Last Version4.0.0 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
DescriptionA configuration library for Java.
|
| Filename | Size |
|---|---|
| yaml-4.0.0.pom | |
| yaml-4.0.0.jar | 5 KB |
| yaml-4.0.0-sources.jar | 4 KB |
| yaml-4.0.0-javadoc.jar | 110 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.github.siroshun09.configapi/yaml/ -->
<dependency>
<groupId>com.github.siroshun09.configapi</groupId>
<artifactId>yaml</artifactId>
<version>4.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.siroshun09.configapi/yaml/
implementation 'com.github.siroshun09.configapi:yaml:4.0.0'
// https://jarcasting.com/artifacts/com.github.siroshun09.configapi/yaml/
implementation ("com.github.siroshun09.configapi:yaml:4.0.0")
'com.github.siroshun09.configapi:yaml:jar:4.0.0'
<dependency org="com.github.siroshun09.configapi" name="yaml" rev="4.0.0">
<artifact name="yaml" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.siroshun09.configapi', module='yaml', version='4.0.0')
)
libraryDependencies += "com.github.siroshun09.configapi" % "yaml" % "4.0.0"
[com.github.siroshun09.configapi/yaml "4.0.0"]
| Group / Artifact | Type | Version |
|---|---|---|
| com.github.siroshun09.configapi : api | jar | 4.0.0 |
| Group / Artifact | Type | Version |
|---|---|---|
| org.yaml : snakeyaml | jar | 1.29 |
| org.jetbrains : annotations | jar | 21.0.1 |
| Group / Artifact | Type | Version |
|---|---|---|
| org.junit.jupiter : junit-jupiter-api | jar | 5.7.2 |
| org.junit.jupiter : junit-jupiter-engine | jar | 5.7.2 |