GroupId | GroupIdorg.tinygroup |
---|---|
ArtifactId | ArtifactIdxmlparser |
Version | Version0.0.9 |
Type | Typejar |
Filename | Size |
---|---|
xmlparser-0.0.9.pom | |
xmlparser-0.0.9.jar | 13 KB |
xmlparser-0.0.9-tests.jar | 893 KB |
xmlparser-0.0.9-sources.jar | 11 KB |
xmlparser-0.0.9-javadoc.jar | 85 KB |
Browse |
<!-- 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"]