License |
License |
---|---|
GroupId | GroupIdorg.simpleframework |
ArtifactId | ArtifactIdsimple-xml |
Last Version | Last Version2.7.1 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionSimple XML
Simple is a high performance XML serialization and configuration framework for Java
|
Project URL |
Project URL |
Filename | Size |
---|---|
simple-xml-2.7.1.pom | |
simple-xml-2.7.1.jar | 369 KB |
simple-xml-2.7.1-sources.jar | 578 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.simpleframework/simple-xml/ -->
<dependency>
<groupId>org.simpleframework</groupId>
<artifactId>simple-xml</artifactId>
<version>2.7.1</version>
</dependency>
// https://jarcasting.com/artifacts/org.simpleframework/simple-xml/
implementation 'org.simpleframework:simple-xml:2.7.1'
// https://jarcasting.com/artifacts/org.simpleframework/simple-xml/
implementation ("org.simpleframework:simple-xml:2.7.1")
'org.simpleframework:simple-xml:jar:2.7.1'
<dependency org="org.simpleframework" name="simple-xml" rev="2.7.1">
<artifact name="simple-xml" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.simpleframework', module='simple-xml', version='2.7.1')
)
libraryDependencies += "org.simpleframework" % "simple-xml" % "2.7.1"
[org.simpleframework/simple-xml "2.7.1"]
Group / Artifact | Type | Version |
---|---|---|
stax : stax-api | jar | 1.0.1 |
stax : stax | jar | 1.2.0 |
xpp3 : xpp3 | jar | 1.1.3.3 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 3.8.1 |