Categories |
CategoriesIDE Development Tools |
---|---|
GroupId | GroupIdcom.avides.xpath |
ArtifactId | ArtifactIdxpath-utils |
Version | Version1.1.2.RELEASE |
Type | Typejar |
Filename | Size |
---|---|
xpath-utils-1.1.2.RELEASE.pom | |
xpath-utils-1.1.2.RELEASE.jar | 33 KB |
xpath-utils-1.1.2.RELEASE-sources.jar | 25 KB |
xpath-utils-1.1.2.RELEASE-javadoc.jar | 170 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.avides.xpath/xpath-utils/ -->
<dependency>
<groupId>com.avides.xpath</groupId>
<artifactId>xpath-utils</artifactId>
<version>1.1.2.RELEASE</version>
</dependency>
// https://jarcasting.com/artifacts/com.avides.xpath/xpath-utils/
implementation 'com.avides.xpath:xpath-utils:1.1.2.RELEASE'
// https://jarcasting.com/artifacts/com.avides.xpath/xpath-utils/
implementation ("com.avides.xpath:xpath-utils:1.1.2.RELEASE")
'com.avides.xpath:xpath-utils:jar:1.1.2.RELEASE'
<dependency org="com.avides.xpath" name="xpath-utils" rev="1.1.2.RELEASE">
<artifact name="xpath-utils" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.avides.xpath', module='xpath-utils', version='1.1.2.RELEASE')
)
libraryDependencies += "com.avides.xpath" % "xpath-utils" % "1.1.2.RELEASE"
[com.avides.xpath/xpath-utils "1.1.2.RELEASE"]