| License |
License |
|---|---|
| GroupId | GroupIdcom.subshell.simpleframework |
| ArtifactId | ArtifactIdsimple-xml |
| Last Version | Last Version2.9.0 |
| 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 |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| simple-xml-2.9.0.pom | |
| simple-xml-2.9.0.jar | 403 KB |
| simple-xml-2.9.0-sources.jar | 638 KB |
| simple-xml-2.9.0-javadoc.jar | 506 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.subshell.simpleframework/simple-xml/ -->
<dependency>
<groupId>com.subshell.simpleframework</groupId>
<artifactId>simple-xml</artifactId>
<version>2.9.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.subshell.simpleframework/simple-xml/
implementation 'com.subshell.simpleframework:simple-xml:2.9.0'
// https://jarcasting.com/artifacts/com.subshell.simpleframework/simple-xml/
implementation ("com.subshell.simpleframework:simple-xml:2.9.0")
'com.subshell.simpleframework:simple-xml:jar:2.9.0'
<dependency org="com.subshell.simpleframework" name="simple-xml" rev="2.9.0">
<artifact name="simple-xml" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.subshell.simpleframework', module='simple-xml', version='2.9.0')
)
libraryDependencies += "com.subshell.simpleframework" % "simple-xml" % "2.9.0"
[com.subshell.simpleframework/simple-xml "2.9.0"]
| 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 |