x

xml-commons

Files download
File Operation
xml-commons-1.3.jar download
xml-commons-1.3.pom download
xml-commons-1.3-sources.jar download
Apache Maven
<dependency>
  <groupId>eu.cedarsoft.utils</groupId>
  <artifactId>xml-commons</artifactId>
  <version>1.3</version>
</dependency>
Gradle Groovy
implementation 'eu.cedarsoft.utils:xml-commons:1.3'
Gradle Kotlin
implementation("eu.cedarsoft.utils:xml-commons:1.3")
Scala SBT
libraryDependencies += "eu.cedarsoft.utils" % "xml-commons" % "1.3"
Groovy Grape
@Grapes(
  @Grab(group='eu.cedarsoft.utils', module='xml-commons', version='1.3')
)
Apache Ivy
<dependency org="eu.cedarsoft.utils" name="xml-commons" rev="1.3" />
Leiningen
[eu.cedarsoft.utils/xml-commons "1.3"]
Apache Buildr
'eu.cedarsoft.utils:xml-commons:jar:1.3'