License |
License |
---|---|
GroupId | GroupIdcom.daioware.language |
ArtifactId | ArtifactIdxml |
Version | Version1.0.0-RELEASE |
Type | Typejar |
Description |
DescriptionXML
XML generic utilities
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
xml-1.0.0-RELEASE.pom | |
xml-1.0.0-RELEASE.jar | 3 KB |
xml-1.0.0-RELEASE-sources.jar | 1 KB |
xml-1.0.0-RELEASE-javadoc.jar | 23 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.daioware.language/xml/ -->
<dependency>
<groupId>com.daioware.language</groupId>
<artifactId>xml</artifactId>
<version>1.0.0-RELEASE</version>
</dependency>
// https://jarcasting.com/artifacts/com.daioware.language/xml/
implementation 'com.daioware.language:xml:1.0.0-RELEASE'
// https://jarcasting.com/artifacts/com.daioware.language/xml/
implementation ("com.daioware.language:xml:1.0.0-RELEASE")
'com.daioware.language:xml:jar:1.0.0-RELEASE'
<dependency org="com.daioware.language" name="xml" rev="1.0.0-RELEASE">
<artifact name="xml" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.daioware.language', module='xml', version='1.0.0-RELEASE')
)
libraryDependencies += "com.daioware.language" % "xml" % "1.0.0-RELEASE"
[com.daioware.language/xml "1.0.0-RELEASE"]
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.9 |