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