is not current version
Last Version 0.9.0

com.gitlab.cdc-java.util:cdc-util-data 0.0.8

XML like data structures. It does not support all XML features, just the ones that are most useful. It is simpler to use than DOM API. If full XML support is necessary, one should use another API.

Categories

Categories

Data
GroupId

GroupId

com.gitlab.cdc-java.util
ArtifactId

ArtifactId

cdc-util-data
Version

Version

0.0.8
Type

Type

jar

Download cdc-util-data 0.0.8


<!-- https://jarcasting.com/artifacts/com.gitlab.cdc-java.util/cdc-util-data/ -->
<dependency>
    <groupId>com.gitlab.cdc-java.util</groupId>
    <artifactId>cdc-util-data</artifactId>
    <version>0.0.8</version>
</dependency>
// https://jarcasting.com/artifacts/com.gitlab.cdc-java.util/cdc-util-data/
implementation 'com.gitlab.cdc-java.util:cdc-util-data:0.0.8'
// https://jarcasting.com/artifacts/com.gitlab.cdc-java.util/cdc-util-data/
implementation ("com.gitlab.cdc-java.util:cdc-util-data:0.0.8")
'com.gitlab.cdc-java.util:cdc-util-data:jar:0.0.8'
<dependency org="com.gitlab.cdc-java.util" name="cdc-util-data" rev="0.0.8">
  <artifact name="cdc-util-data" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.gitlab.cdc-java.util', module='cdc-util-data', version='0.0.8')
)
libraryDependencies += "com.gitlab.cdc-java.util" % "cdc-util-data" % "0.0.8"
[com.gitlab.cdc-java.util/cdc-util-data "0.0.8"]