Categories |
CategoriesJSON Data |
---|---|
GroupId | GroupIdio.xlate |
ArtifactId | ArtifactIdyaml-json |
Version | Version0.0.4 |
Type | Typejar |
Filename | Size |
---|---|
yaml-json-0.0.4.pom | |
yaml-json-0.0.4.jar | 35 KB |
yaml-json-0.0.4-sources.jar | 20 KB |
yaml-json-0.0.4-javadoc.jar | 118 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.xlate/yaml-json/ -->
<dependency>
<groupId>io.xlate</groupId>
<artifactId>yaml-json</artifactId>
<version>0.0.4</version>
</dependency>
// https://jarcasting.com/artifacts/io.xlate/yaml-json/
implementation 'io.xlate:yaml-json:0.0.4'
// https://jarcasting.com/artifacts/io.xlate/yaml-json/
implementation ("io.xlate:yaml-json:0.0.4")
'io.xlate:yaml-json:jar:0.0.4'
<dependency org="io.xlate" name="yaml-json" rev="0.0.4">
<artifact name="yaml-json" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.xlate', module='yaml-json', version='0.0.4')
)
libraryDependencies += "io.xlate" % "yaml-json" % "0.0.4"
[io.xlate/yaml-json "0.0.4"]