is not current version
Last Version 0.0.5

cn.har01d:ocula 0.0.2

A kotlin crawler framework.

GroupId

GroupId

cn.har01d
ArtifactId

ArtifactId

ocula
Version

Version

0.0.2
Type

Type

pom

Download ocula 0.0.2

Filename Size
ocula-0.0.2.pom 4 KB
Browse

<!-- https://jarcasting.com/artifacts/cn.har01d/ocula/ -->
<dependency>
    <groupId>cn.har01d</groupId>
    <artifactId>ocula</artifactId>
    <version>0.0.2</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/cn.har01d/ocula/
implementation 'cn.har01d:ocula:0.0.2'
// https://jarcasting.com/artifacts/cn.har01d/ocula/
implementation ("cn.har01d:ocula:0.0.2")
'cn.har01d:ocula:pom:0.0.2'
<dependency org="cn.har01d" name="ocula" rev="0.0.2">
  <artifact name="ocula" type="pom" />
</dependency>
@Grapes(
@Grab(group='cn.har01d', module='ocula', version='0.0.2')
)
libraryDependencies += "cn.har01d" % "ocula" % "0.0.2"
[cn.har01d/ocula "0.0.2"]