GroupId | GroupIdcom.iceolive |
---|---|
ArtifactId | ArtifactIdxpathmapper |
Version | Version1.2.0 |
Type | Typejar |
Filename | Size |
---|---|
xpathmapper-1.2.0.pom | |
xpathmapper-1.2.0.jar | 20 KB |
xpathmapper-1.2.0-sources.jar | 10 KB |
xpathmapper-1.2.0-javadoc.jar | 79 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.iceolive/xpathmapper/ -->
<dependency>
<groupId>com.iceolive</groupId>
<artifactId>xpathmapper</artifactId>
<version>1.2.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.iceolive/xpathmapper/
implementation 'com.iceolive:xpathmapper:1.2.0'
// https://jarcasting.com/artifacts/com.iceolive/xpathmapper/
implementation ("com.iceolive:xpathmapper:1.2.0")
'com.iceolive:xpathmapper:jar:1.2.0'
<dependency org="com.iceolive" name="xpathmapper" rev="1.2.0">
<artifact name="xpathmapper" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.iceolive', module='xpathmapper', version='1.2.0')
)
libraryDependencies += "com.iceolive" % "xpathmapper" % "1.2.0"
[com.iceolive/xpathmapper "1.2.0"]