is not current version
Last Version 0.0.5

cn.har01d:ocula 0.0.1

A kotlin crawler framework.

GroupId

GroupId

cn.har01d
ArtifactId

ArtifactId

ocula
Version

Version

0.0.1
Type

Type

pom

Download ocula 0.0.1

Filename Size
ocula-0.0.1.pom 4 KB
Browse

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