GroupId | GroupIdcom.googlecode.jinahya |
---|---|
ArtifactId | ArtifactIdxmlpull-helper |
Version | Version1.0-alpha-6 |
Type | Typejar |
Filename | Size |
---|---|
xmlpull-helper-1.0-alpha-6.pom | |
xmlpull-helper-1.0-alpha-6.jar | 23 KB |
xmlpull-helper-1.0-alpha-6-sources.jar | 19 KB |
xmlpull-helper-1.0-alpha-6-javadoc.jar | 117 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.googlecode.jinahya/xmlpull-helper/ -->
<dependency>
<groupId>com.googlecode.jinahya</groupId>
<artifactId>xmlpull-helper</artifactId>
<version>1.0-alpha-6</version>
</dependency>
// https://jarcasting.com/artifacts/com.googlecode.jinahya/xmlpull-helper/
implementation 'com.googlecode.jinahya:xmlpull-helper:1.0-alpha-6'
// https://jarcasting.com/artifacts/com.googlecode.jinahya/xmlpull-helper/
implementation ("com.googlecode.jinahya:xmlpull-helper:1.0-alpha-6")
'com.googlecode.jinahya:xmlpull-helper:jar:1.0-alpha-6'
<dependency org="com.googlecode.jinahya" name="xmlpull-helper" rev="1.0-alpha-6">
<artifact name="xmlpull-helper" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.googlecode.jinahya', module='xmlpull-helper', version='1.0-alpha-6')
)
libraryDependencies += "com.googlecode.jinahya" % "xmlpull-helper" % "1.0-alpha-6"
[com.googlecode.jinahya/xmlpull-helper "1.0-alpha-6"]