c

config-file-format-xml

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