is not current version
Last Version 1.9.0

org.n52.wps:xml 1.3.0


GroupId

GroupId

org.n52.wps
ArtifactId

ArtifactId

xml
Version

Version

1.3.0
Type

Type

jar

Download xml 1.3.0


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