is not current version
Last Version 3.4.9

org.tinygroup:xmlparser 0.0.9

本程序的大量测试用例都是林华达编写,非常感谢林华达的辛苦劳动

GroupId

GroupId

org.tinygroup
ArtifactId

ArtifactId

xmlparser
Version

Version

0.0.9
Type

Type

jar

Download xmlparser 0.0.9


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