License |
License |
---|---|
Categories |
CategoriesData |
GroupId | GroupIdcom.gitlab.cdc-java.util |
ArtifactId | ArtifactIdcdc-util-data |
Last Version | Last Version0.9.0 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionCDC - Util Data
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.
|
Project URL |
Project URL |
Filename | Size |
---|---|
cdc-util-data-0.9.0.pom | |
cdc-util-data-0.9.0.jar | 103 KB |
cdc-util-data-0.9.0-tests.jar | 40 KB |
cdc-util-data-0.9.0-test-sources.jar | 19 KB |
cdc-util-data-0.9.0-sources.jar | 53 KB |
cdc-util-data-0.9.0-javadoc.jar | 692 KB |
Browse |
<!-- 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.9.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.gitlab.cdc-java.util/cdc-util-data/
implementation 'com.gitlab.cdc-java.util:cdc-util-data:0.9.0'
// https://jarcasting.com/artifacts/com.gitlab.cdc-java.util/cdc-util-data/
implementation ("com.gitlab.cdc-java.util:cdc-util-data:0.9.0")
'com.gitlab.cdc-java.util:cdc-util-data:jar:0.9.0'
<dependency org="com.gitlab.cdc-java.util" name="cdc-util-data" rev="0.9.0">
<artifact name="cdc-util-data" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.gitlab.cdc-java.util', module='cdc-util-data', version='0.9.0')
)
libraryDependencies += "com.gitlab.cdc-java.util" % "cdc-util-data" % "0.9.0"
[com.gitlab.cdc-java.util/cdc-util-data "0.9.0"]
Group / Artifact | Type | Version |
---|---|---|
com.gitlab.cdc-java.util : cdc-util-cli | jar | 0.9.0 |
com.gitlab.cdc-java.util : cdc-util-compress | jar | 0.9.0 |
com.gitlab.cdc-java.util : cdc-util-core | jar | 0.9.0 |
com.gitlab.cdc-java.util : cdc-util-xml | jar | 0.9.0 |
org.apache.logging.log4j : log4j-api | jar | 2.14.0 |
commons-cli : commons-cli | jar | 1.4 |
Group / Artifact | Type | Version |
---|---|---|
org.apache.logging.log4j : log4j-core | jar | 2.14.0 |
Group / Artifact | Type | Version |
---|---|---|
org.apache.logging.log4j : log4j-iostreams | jar | 2.14.0 |
org.junit.jupiter : junit-jupiter-api | jar | |
org.junit.jupiter : junit-jupiter-engine | jar |