Categories |
CategoriesAnt Build Tools |
---|---|
GroupId | GroupIdcom.nrinaudo |
ArtifactId | ArtifactIdkantan.xpath-nekohtml_2.10 |
Version | Version0.1.8 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.nrinaudo/kantan.xpath-nekohtml_2.10/ -->
<dependency>
<groupId>com.nrinaudo</groupId>
<artifactId>kantan.xpath-nekohtml_2.10</artifactId>
<version>0.1.8</version>
</dependency>
// https://jarcasting.com/artifacts/com.nrinaudo/kantan.xpath-nekohtml_2.10/
implementation 'com.nrinaudo:kantan.xpath-nekohtml_2.10:0.1.8'
// https://jarcasting.com/artifacts/com.nrinaudo/kantan.xpath-nekohtml_2.10/
implementation ("com.nrinaudo:kantan.xpath-nekohtml_2.10:0.1.8")
'com.nrinaudo:kantan.xpath-nekohtml_2.10:jar:0.1.8'
<dependency org="com.nrinaudo" name="kantan.xpath-nekohtml_2.10" rev="0.1.8">
<artifact name="kantan.xpath-nekohtml_2.10" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.nrinaudo', module='kantan.xpath-nekohtml_2.10', version='0.1.8')
)
libraryDependencies += "com.nrinaudo" % "kantan.xpath-nekohtml_2.10" % "0.1.8"
[com.nrinaudo/kantan.xpath-nekohtml_2.10 "0.1.8"]