GroupId | GroupIdcom.itelg |
---|---|
ArtifactId | ArtifactIdxpath-helper |
Version | Version0.4.2-RELEASE |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.itelg/xpath-helper/ -->
<dependency>
<groupId>com.itelg</groupId>
<artifactId>xpath-helper</artifactId>
<version>0.4.2-RELEASE</version>
</dependency>
// https://jarcasting.com/artifacts/com.itelg/xpath-helper/
implementation 'com.itelg:xpath-helper:0.4.2-RELEASE'
// https://jarcasting.com/artifacts/com.itelg/xpath-helper/
implementation ("com.itelg:xpath-helper:0.4.2-RELEASE")
'com.itelg:xpath-helper:jar:0.4.2-RELEASE'
<dependency org="com.itelg" name="xpath-helper" rev="0.4.2-RELEASE">
<artifact name="xpath-helper" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.itelg', module='xpath-helper', version='0.4.2-RELEASE')
)
libraryDependencies += "com.itelg" % "xpath-helper" % "0.4.2-RELEASE"
[com.itelg/xpath-helper "0.4.2-RELEASE"]