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