GroupId | GroupIdcom.github.codemonstur |
---|---|
ArtifactId | ArtifactIdsimplexml |
Version | Version2.1.0 |
Type | Typejar |
Filename | Size |
---|---|
simplexml-2.1.0.pom | |
simplexml-2.1.0.jar | 60 KB |
simplexml-2.1.0-sources.jar | 27 KB |
simplexml-2.1.0-javadoc.jar | 269 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.codemonstur/simplexml/ -->
<dependency>
<groupId>com.github.codemonstur</groupId>
<artifactId>simplexml</artifactId>
<version>2.1.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.codemonstur/simplexml/
implementation 'com.github.codemonstur:simplexml:2.1.0'
// https://jarcasting.com/artifacts/com.github.codemonstur/simplexml/
implementation ("com.github.codemonstur:simplexml:2.1.0")
'com.github.codemonstur:simplexml:jar:2.1.0'
<dependency org="com.github.codemonstur" name="simplexml" rev="2.1.0">
<artifact name="simplexml" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.codemonstur', module='simplexml', version='2.1.0')
)
libraryDependencies += "com.github.codemonstur" % "simplexml" % "2.1.0"
[com.github.codemonstur/simplexml "2.1.0"]