| GroupId | GroupIdcom.github.charroch |
|---|---|
| ArtifactId | ArtifactIdMiXML |
| Version | Version0.0.3 |
| Type | Typejar |
| Description |
DescriptionMiXML
Minimal XML parsing and traversing
|
| Filename | Size |
|---|---|
| MiXML-0.0.3.pom | |
| MiXML-0.0.3.jar | 4 KB |
| MiXML-0.0.3-sources.jar | 1 KB |
| MiXML-0.0.3-javadoc.jar | 25 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.github.charroch/MiXML/ -->
<dependency>
<groupId>com.github.charroch</groupId>
<artifactId>MiXML</artifactId>
<version>0.0.3</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.charroch/MiXML/
implementation 'com.github.charroch:MiXML:0.0.3'
// https://jarcasting.com/artifacts/com.github.charroch/MiXML/
implementation ("com.github.charroch:MiXML:0.0.3")
'com.github.charroch:MiXML:jar:0.0.3'
<dependency org="com.github.charroch" name="MiXML" rev="0.0.3">
<artifact name="MiXML" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.charroch', module='MiXML', version='0.0.3')
)
libraryDependencies += "com.github.charroch" % "MiXML" % "0.0.3"
[com.github.charroch/MiXML "0.0.3"]
| Group / Artifact | Type | Version |
|---|---|---|
| junit : junit | jar | 4.8.1 |