is not current version
Last Version 1.2.0

net.diversionmc:xml 1.1.0

Diversion Network XML implementation using Parser API.

Categories

Categories

Net
GroupId

GroupId

net.diversionmc
ArtifactId

ArtifactId

xml
Version

Version

1.1.0
Type

Type

jar

Download xml 1.1.0


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