License |
License |
---|---|
GroupId | GroupIdcom.github.codemonstur |
ArtifactId | ArtifactIdsimplexml |
Version | Version2.9.0 |
Type | Typejar |
Description |
Descriptioncom.github.codemonstur:simplexml
A clean and simple XML parser, serializer, and deserializer.
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
simplexml-2.9.0.pom | |
simplexml-2.9.0.jar | 81 KB |
simplexml-2.9.0-sources.jar | 35 KB |
simplexml-2.9.0-javadoc.jar | 392 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.codemonstur/simplexml/ -->
<dependency>
<groupId>com.github.codemonstur</groupId>
<artifactId>simplexml</artifactId>
<version>2.9.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.codemonstur/simplexml/
implementation 'com.github.codemonstur:simplexml:2.9.0'
// https://jarcasting.com/artifacts/com.github.codemonstur/simplexml/
implementation ("com.github.codemonstur:simplexml:2.9.0")
'com.github.codemonstur:simplexml:jar:2.9.0'
<dependency org="com.github.codemonstur" name="simplexml" rev="2.9.0">
<artifact name="simplexml" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.codemonstur', module='simplexml', version='2.9.0')
)
libraryDependencies += "com.github.codemonstur" % "simplexml" % "2.9.0"
[com.github.codemonstur/simplexml "2.9.0"]
Group / Artifact | Type | Version |
---|---|---|
org.objenesis : objenesis | jar | 3.1 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.13.1 |
org.unitils : unitils-core | jar | 3.4.2 |
org.apache.commons : commons-text | jar | 1.4 |