is not current version
Last Version 2.9.0

com.subshell.simpleframework:simple-xml 2.8.1

Simple is a high performance XML serialization and configuration framework for Java

GroupId

GroupId

com.subshell.simpleframework
ArtifactId

ArtifactId

simple-xml
Version

Version

2.8.1
Type

Type

jar

Download simple-xml 2.8.1


<!-- https://jarcasting.com/artifacts/com.subshell.simpleframework/simple-xml/ -->
<dependency>
    <groupId>com.subshell.simpleframework</groupId>
    <artifactId>simple-xml</artifactId>
    <version>2.8.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.subshell.simpleframework/simple-xml/
implementation 'com.subshell.simpleframework:simple-xml:2.8.1'
// https://jarcasting.com/artifacts/com.subshell.simpleframework/simple-xml/
implementation ("com.subshell.simpleframework:simple-xml:2.8.1")
'com.subshell.simpleframework:simple-xml:jar:2.8.1'
<dependency org="com.subshell.simpleframework" name="simple-xml" rev="2.8.1">
  <artifact name="simple-xml" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.subshell.simpleframework', module='simple-xml', version='2.8.1')
)
libraryDependencies += "com.subshell.simpleframework" % "simple-xml" % "2.8.1"
[com.subshell.simpleframework/simple-xml "2.8.1"]