DataMeta-utilJava
Java Utilities for the project and beyond
License |
License |
---|---|
Categories |
CategoriesData |
GroupId | GroupIdcom.github.ebaydatameta |
ArtifactId | ArtifactIddom-core |
Last Version | Last Version1.0.3 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionDataMeta DOM JVM core classes
Classes needed for DataMeta DOM functionality in JVM; with Java, Scala, Clojure, JRuby and other platforms running on a JVM.
|
Filename | Size |
---|---|
dom-core-1.0.3.pom | |
dom-core-1.0.3.jar | 17 KB |
dom-core-1.0.3-sources.jar | 20 KB |
dom-core-1.0.3-javadoc.jar | 93 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.ebaydatameta/dom-core/ -->
<dependency>
<groupId>com.github.ebaydatameta</groupId>
<artifactId>dom-core</artifactId>
<version>1.0.3</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.ebaydatameta/dom-core/
implementation 'com.github.ebaydatameta:dom-core:1.0.3'
// https://jarcasting.com/artifacts/com.github.ebaydatameta/dom-core/
implementation ("com.github.ebaydatameta:dom-core:1.0.3")
'com.github.ebaydatameta:dom-core:jar:1.0.3'
<dependency org="com.github.ebaydatameta" name="dom-core" rev="1.0.3">
<artifact name="dom-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.ebaydatameta', module='dom-core', version='1.0.3')
)
libraryDependencies += "com.github.ebaydatameta" % "dom-core" % "1.0.3"
[com.github.ebaydatameta/dom-core "1.0.3"]
Group / Artifact | Type | Version |
---|---|---|
com.github.ebaydatameta : util-jdk | jar | 1.0.0 |
org.apache.commons : commons-lang3 | jar | 3.7 |
com.google.code.findbugs : jsr305 | jar | 3.0.1 |
Group / Artifact | Type | Version |
---|---|---|
org.apache.logging.log4j : log4j-api | jar | 2.7 |
org.apache.logging.log4j : log4j-core | jar | 2.7 |
org.apache.logging.log4j : log4j-slf4j-impl | jar | 2.7 |
org.slf4j : slf4j-api | jar | 1.7.21 |
junit : junit | jar | 4.12 |
Java Utilities for the project and beyond