is not current version
Last Version 0.7.2

io.confound:config-file-format-xml 0.7.0

File format implementation for XML files.

Categories

Categories

config Application Layer Libs Configuration ORM Data
GroupId

GroupId

io.confound
ArtifactId

ArtifactId

config-file-format-xml
Version

Version

0.7.0
Type

Type

jar

Download config-file-format-xml 0.7.0


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