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