GroupId | GroupIdcom.itelg |
---|---|
ArtifactId | ArtifactIdxpath-helper |
Version | Version0.5.1-RELEASE |
Type | Typejar |
Filename | Size |
---|---|
xpath-helper-0.5.1-RELEASE.pom | |
xpath-helper-0.5.1-RELEASE.jar | 10 KB |
xpath-helper-0.5.1-RELEASE-sources.jar | 7 KB |
xpath-helper-0.5.1-RELEASE-javadoc.jar | 406 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.itelg/xpath-helper/ -->
<dependency>
<groupId>com.itelg</groupId>
<artifactId>xpath-helper</artifactId>
<version>0.5.1-RELEASE</version>
</dependency>
// https://jarcasting.com/artifacts/com.itelg/xpath-helper/
implementation 'com.itelg:xpath-helper:0.5.1-RELEASE'
// https://jarcasting.com/artifacts/com.itelg/xpath-helper/
implementation ("com.itelg:xpath-helper:0.5.1-RELEASE")
'com.itelg:xpath-helper:jar:0.5.1-RELEASE'
<dependency org="com.itelg" name="xpath-helper" rev="0.5.1-RELEASE">
<artifact name="xpath-helper" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.itelg', module='xpath-helper', version='0.5.1-RELEASE')
)
libraryDependencies += "com.itelg" % "xpath-helper" % "0.5.1-RELEASE"
[com.itelg/xpath-helper "0.5.1-RELEASE"]