GroupId | GroupIdio.takari.polyglot |
---|---|
ArtifactId | ArtifactIdpolyglot-yaml |
Version | Version0.1.13 |
Type | Typejar |
Filename | Size |
---|---|
polyglot-yaml-0.1.13.pom | |
polyglot-yaml-0.1.13.jar | 23 KB |
polyglot-yaml-0.1.13-sources.jar | 12 KB |
polyglot-yaml-0.1.13-javadoc.jar | 77 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.takari.polyglot/polyglot-yaml/ -->
<dependency>
<groupId>io.takari.polyglot</groupId>
<artifactId>polyglot-yaml</artifactId>
<version>0.1.13</version>
</dependency>
// https://jarcasting.com/artifacts/io.takari.polyglot/polyglot-yaml/
implementation 'io.takari.polyglot:polyglot-yaml:0.1.13'
// https://jarcasting.com/artifacts/io.takari.polyglot/polyglot-yaml/
implementation ("io.takari.polyglot:polyglot-yaml:0.1.13")
'io.takari.polyglot:polyglot-yaml:jar:0.1.13'
<dependency org="io.takari.polyglot" name="polyglot-yaml" rev="0.1.13">
<artifact name="polyglot-yaml" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.takari.polyglot', module='polyglot-yaml', version='0.1.13')
)
libraryDependencies += "io.takari.polyglot" % "polyglot-yaml" % "0.1.13"
[io.takari.polyglot/polyglot-yaml "0.1.13"]