GroupId | GroupIdio.github.zawn |
---|---|
ArtifactId | ArtifactIdconverter-simplexml |
Version | Version2.10.1 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/io.github.zawn/converter-simplexml/ -->
<dependency>
<groupId>io.github.zawn</groupId>
<artifactId>converter-simplexml</artifactId>
<version>2.10.1</version>
</dependency>
// https://jarcasting.com/artifacts/io.github.zawn/converter-simplexml/
implementation 'io.github.zawn:converter-simplexml:2.10.1'
// https://jarcasting.com/artifacts/io.github.zawn/converter-simplexml/
implementation ("io.github.zawn:converter-simplexml:2.10.1")
'io.github.zawn:converter-simplexml:jar:2.10.1'
<dependency org="io.github.zawn" name="converter-simplexml" rev="2.10.1">
<artifact name="converter-simplexml" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.github.zawn', module='converter-simplexml', version='2.10.1')
)
libraryDependencies += "io.github.zawn" % "converter-simplexml" % "2.10.1"
[io.github.zawn/converter-simplexml "2.10.1"]