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