GroupId | GroupIdcom.github.crabs-hue.commons |
---|---|
ArtifactId | ArtifactIdcommons-xpath |
Version | Version0.0.2 |
Type | Typejar |
Filename | Size |
---|---|
commons-xpath-0.0.2.pom | |
commons-xpath-0.0.2.jar | 15 KB |
commons-xpath-0.0.2-sources.jar | 11 KB |
commons-xpath-0.0.2-javadoc.jar | 80 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.crabs-hue.commons/commons-xpath/ -->
<dependency>
<groupId>com.github.crabs-hue.commons</groupId>
<artifactId>commons-xpath</artifactId>
<version>0.0.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.crabs-hue.commons/commons-xpath/
implementation 'com.github.crabs-hue.commons:commons-xpath:0.0.2'
// https://jarcasting.com/artifacts/com.github.crabs-hue.commons/commons-xpath/
implementation ("com.github.crabs-hue.commons:commons-xpath:0.0.2")
'com.github.crabs-hue.commons:commons-xpath:jar:0.0.2'
<dependency org="com.github.crabs-hue.commons" name="commons-xpath" rev="0.0.2">
<artifact name="commons-xpath" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.crabs-hue.commons', module='commons-xpath', version='0.0.2')
)
libraryDependencies += "com.github.crabs-hue.commons" % "commons-xpath" % "0.0.2"
[com.github.crabs-hue.commons/commons-xpath "0.0.2"]