c

config-file-format-xml

File format implementation for XML files.
Files download
File Operation
config-file-format-xml-0.8.0.jar download
config-file-format-xml-0.8.0.pom download
config-file-format-xml-0.8.0-sources.jar download
Apache Maven
<dependency>
  <groupId>io.confound</groupId>
  <artifactId>config-file-format-xml</artifactId>
  <version>0.8.0</version>
</dependency>
Gradle Groovy
implementation 'io.confound:config-file-format-xml:0.8.0'
Gradle Kotlin
implementation("io.confound:config-file-format-xml:0.8.0")
Scala SBT
libraryDependencies += "io.confound" % "config-file-format-xml" % "0.8.0"
Groovy Grape
@Grapes(
  @Grab(group='io.confound', module='config-file-format-xml', version='0.8.0')
)
Apache Ivy
<dependency org="io.confound" name="config-file-format-xml" rev="0.8.0" />
Leiningen
[io.confound/config-file-format-xml "0.8.0"]
Apache Buildr
'io.confound:config-file-format-xml:jar:0.8.0'