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