is not current version
Last Version 8.9.2

com.cedarsoft.commons:xml-commons 2.0.4


GroupId

GroupId

com.cedarsoft.commons
ArtifactId

ArtifactId

xml-commons
Version

Version

2.0.4
Type

Type

jar

Download xml-commons 2.0.4


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