GroupId | GroupIdorg.tinygroup |
---|---|
ArtifactId | ArtifactIdxmlparser |
Version | Version0.0.3 |
Type | Typejar |
Filename | Size |
---|---|
xmlparser-0.0.3.pom | |
xmlparser-0.0.3.jar | 13 KB |
xmlparser-0.0.3-tests.jar | 894 KB |
xmlparser-0.0.3-sources.jar | 11 KB |
xmlparser-0.0.3-javadoc.jar | 94 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.tinygroup/xmlparser/ -->
<dependency>
<groupId>org.tinygroup</groupId>
<artifactId>xmlparser</artifactId>
<version>0.0.3</version>
</dependency>
// https://jarcasting.com/artifacts/org.tinygroup/xmlparser/
implementation 'org.tinygroup:xmlparser:0.0.3'
// https://jarcasting.com/artifacts/org.tinygroup/xmlparser/
implementation ("org.tinygroup:xmlparser:0.0.3")
'org.tinygroup:xmlparser:jar:0.0.3'
<dependency org="org.tinygroup" name="xmlparser" rev="0.0.3">
<artifact name="xmlparser" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.tinygroup', module='xmlparser', version='0.0.3')
)
libraryDependencies += "org.tinygroup" % "xmlparser" % "0.0.3"
[org.tinygroup/xmlparser "0.0.3"]