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