License |
License
MIT License
|
---|---|
GroupId | GroupIdio.github.devatherock |
ArtifactId | ArtifactIdsimple-yaml |
Version | Version0.2.0 |
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.2.0.pom | |
simple-yaml-0.2.0.jar | 7 KB |
simple-yaml-0.2.0-sources.jar | 2 KB |
simple-yaml-0.2.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.2.0</version>
</dependency>
// https://jarcasting.com/artifacts/io.github.devatherock/simple-yaml/
implementation 'io.github.devatherock:simple-yaml:0.2.0'
// https://jarcasting.com/artifacts/io.github.devatherock/simple-yaml/
implementation ("io.github.devatherock:simple-yaml:0.2.0")
'io.github.devatherock:simple-yaml:jar:0.2.0'
<dependency org="io.github.devatherock" name="simple-yaml" rev="0.2.0">
<artifact name="simple-yaml" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.github.devatherock', module='simple-yaml', version='0.2.0')
)
libraryDependencies += "io.github.devatherock" % "simple-yaml" % "0.2.0"
[io.github.devatherock/simple-yaml "0.2.0"]