| License |
License |
|---|---|
| GroupId | GroupIdcom.glookast.commons |
| ArtifactId | ArtifactIdcommons-xml |
| Last Version | Last Version1.0.0 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
Descriptioncommons-xml
Utilities that help with serialization and deserialization of XML
|
| Project URL |
Project URL |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| commons-xml-1.0.0.pom | |
| commons-xml-1.0.0.jar | 2 KB |
| commons-xml-1.0.0-sources.jar | 1 KB |
| commons-xml-1.0.0-javadoc.jar | 36 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.glookast.commons/commons-xml/ -->
<dependency>
<groupId>com.glookast.commons</groupId>
<artifactId>commons-xml</artifactId>
<version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.glookast.commons/commons-xml/
implementation 'com.glookast.commons:commons-xml:1.0.0'
// https://jarcasting.com/artifacts/com.glookast.commons/commons-xml/
implementation ("com.glookast.commons:commons-xml:1.0.0")
'com.glookast.commons:commons-xml:jar:1.0.0'
<dependency org="com.glookast.commons" name="commons-xml" rev="1.0.0">
<artifact name="commons-xml" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.glookast.commons', module='commons-xml', version='1.0.0')
)
libraryDependencies += "com.glookast.commons" % "commons-xml" % "1.0.0"
[com.glookast.commons/commons-xml "1.0.0"]