Yabuto - a YAML Building Toolkit
A toolkit for conveniently building YAML files.
License |
License |
---|---|
GroupId | GroupIdcom.dajudge.yabuto |
ArtifactId | ArtifactIdruntime |
Last Version | Last Version0.0.22 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionYabuto runtime
A YAML building toolkit
|
Filename | Size |
---|---|
runtime-0.0.22.pom | |
runtime-0.0.22.jar | 13 KB |
runtime-0.0.22-sources.jar | 6 KB |
runtime-0.0.22-javadoc.jar | 49 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.dajudge.yabuto/runtime/ -->
<dependency>
<groupId>com.dajudge.yabuto</groupId>
<artifactId>runtime</artifactId>
<version>0.0.22</version>
</dependency>
// https://jarcasting.com/artifacts/com.dajudge.yabuto/runtime/
implementation 'com.dajudge.yabuto:runtime:0.0.22'
// https://jarcasting.com/artifacts/com.dajudge.yabuto/runtime/
implementation ("com.dajudge.yabuto:runtime:0.0.22")
'com.dajudge.yabuto:runtime:jar:0.0.22'
<dependency org="com.dajudge.yabuto" name="runtime" rev="0.0.22">
<artifact name="runtime" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.dajudge.yabuto', module='runtime', version='0.0.22')
)
libraryDependencies += "com.dajudge.yabuto" % "runtime" % "0.0.22"
[com.dajudge.yabuto/runtime "0.0.22"]
Group / Artifact | Type | Version |
---|---|---|
com.dajudge.yabuto : api | jar | 0.0.22 |
org.yaml : snakeyaml | jar | 1.23 |
A toolkit for conveniently building YAML files.