GroupId | GroupIdcom.subshell.simpleframework |
---|---|
ArtifactId | ArtifactIdsimple-xml |
Version | Version2.8.1 |
Type | Typejar |
Filename | Size |
---|---|
simple-xml-2.8.1.pom | |
simple-xml-2.8.1.jar | 403 KB |
simple-xml-2.8.1-sources.jar | 638 KB |
simple-xml-2.8.1-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.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"]