License |
License |
---|---|
Categories |
CategoriesKotlin Languages |
GroupId | GroupIdcom.github.hubbards |
ArtifactId | ArtifactIdxpath-kotlin |
Last Version | Last Version0.0.6 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptioncom.github.hubbards:xpath-kotlin
Type-safe builder for XPath expressions
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
xpath-kotlin-0.0.6.pom | |
xpath-kotlin-0.0.6.jar | 76 KB |
xpath-kotlin-0.0.6-sources.jar | 9 KB |
xpath-kotlin-0.0.6-javadoc.jar | 121 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.hubbards/xpath-kotlin/ -->
<dependency>
<groupId>com.github.hubbards</groupId>
<artifactId>xpath-kotlin</artifactId>
<version>0.0.6</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.hubbards/xpath-kotlin/
implementation 'com.github.hubbards:xpath-kotlin:0.0.6'
// https://jarcasting.com/artifacts/com.github.hubbards/xpath-kotlin/
implementation ("com.github.hubbards:xpath-kotlin:0.0.6")
'com.github.hubbards:xpath-kotlin:jar:0.0.6'
<dependency org="com.github.hubbards" name="xpath-kotlin" rev="0.0.6">
<artifact name="xpath-kotlin" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.hubbards', module='xpath-kotlin', version='0.0.6')
)
libraryDependencies += "com.github.hubbards" % "xpath-kotlin" % "0.0.6"
[com.github.hubbards/xpath-kotlin "0.0.6"]
Group / Artifact | Type | Version |
---|---|---|
org.jetbrains.kotlin : kotlin-stdlib | jar | 1.3.72 |