License |
License
MIT License
|
---|---|
GroupId | GroupIdio.github.devatherock |
ArtifactId | ArtifactIdsimple-yaml |
Last Version | Last Version0.3.0 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptionsimple-yaml
A simple YAML generator for Java
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
simple-yaml-0.3.0.pom | |
simple-yaml-0.3.0.jar | 7 KB |
simple-yaml-0.3.0-sources.jar | 2 KB |
simple-yaml-0.3.0-javadoc.jar | 387 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.github.devatherock/simple-yaml/ -->
<dependency>
<groupId>io.github.devatherock</groupId>
<artifactId>simple-yaml</artifactId>
<version>0.3.0</version>
</dependency>
// https://jarcasting.com/artifacts/io.github.devatherock/simple-yaml/
implementation 'io.github.devatherock:simple-yaml:0.3.0'
// https://jarcasting.com/artifacts/io.github.devatherock/simple-yaml/
implementation ("io.github.devatherock:simple-yaml:0.3.0")
'io.github.devatherock:simple-yaml:jar:0.3.0'
<dependency org="io.github.devatherock" name="simple-yaml" rev="0.3.0">
<artifact name="simple-yaml" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.github.devatherock', module='simple-yaml', version='0.3.0')
)
libraryDependencies += "io.github.devatherock" % "simple-yaml" % "0.3.0"
[io.github.devatherock/simple-yaml "0.3.0"]