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