GroupId | GroupIdorg.tinygroup |
---|---|
ArtifactId | ArtifactIdxmlparser |
Version | Version2.2.0 |
Type | Typepom |
Filename | Size |
---|---|
xmlparser-2.2.0.pom | 512 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/org.tinygroup/xmlparser/ -->
<dependency>
<groupId>org.tinygroup</groupId>
<artifactId>xmlparser</artifactId>
<version>2.2.0</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.tinygroup/xmlparser/
implementation 'org.tinygroup:xmlparser:2.2.0'
// https://jarcasting.com/artifacts/org.tinygroup/xmlparser/
implementation ("org.tinygroup:xmlparser:2.2.0")
'org.tinygroup:xmlparser:pom:2.2.0'
<dependency org="org.tinygroup" name="xmlparser" rev="2.2.0">
<artifact name="xmlparser" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.tinygroup', module='xmlparser', version='2.2.0')
)
libraryDependencies += "org.tinygroup" % "xmlparser" % "2.2.0"
[org.tinygroup/xmlparser "2.2.0"]