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