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