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