is not current version
Last Version 1.0.1

com.lyncode.xml:xml-io 1.0.0


GroupId

GroupId

com.lyncode.xml
ArtifactId

ArtifactId

xml-io
Version

Version

1.0.0
Type

Type

jar

Download xml-io 1.0.0


<!-- https://jarcasting.com/artifacts/com.lyncode.xml/xml-io/ -->
<dependency>
    <groupId>com.lyncode.xml</groupId>
    <artifactId>xml-io</artifactId>
    <version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.lyncode.xml/xml-io/
implementation 'com.lyncode.xml:xml-io:1.0.0'
// https://jarcasting.com/artifacts/com.lyncode.xml/xml-io/
implementation ("com.lyncode.xml:xml-io:1.0.0")
'com.lyncode.xml:xml-io:jar:1.0.0'
<dependency org="com.lyncode.xml" name="xml-io" rev="1.0.0">
  <artifact name="xml-io" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.lyncode.xml', module='xml-io', version='1.0.0')
)
libraryDependencies += "com.lyncode.xml" % "xml-io" % "1.0.0"
[com.lyncode.xml/xml-io "1.0.0"]