is not current version
Last Version 3.5.1-jdk11

com.weicoder:xml 3.3.8-jdk8


GroupId

GroupId

com.weicoder
ArtifactId

ArtifactId

xml
Version

Version

3.3.8-jdk8
Type

Type

jar

Download xml 3.3.8-jdk8


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