| GroupId | GroupIdcn.har01d |
|---|---|
| ArtifactId | ArtifactIdocula |
| Version | Version0.0.1 |
| Type | Typepom |
| 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"]