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