GroupId | GroupIdcn.har01d |
---|---|
ArtifactId | ArtifactIdocula-core |
Version | Version0.0.1 |
Type | Typejar |
Filename | Size |
---|---|
ocula-core-0.0.1.pom | |
ocula-core-0.0.1.jar | 173 KB |
ocula-core-0.0.1-sources.jar | 25 KB |
ocula-core-0.0.1-javadoc.jar | 562 KB |
Browse |
<!-- https://jarcasting.com/artifacts/cn.har01d/ocula-core/ -->
<dependency>
<groupId>cn.har01d</groupId>
<artifactId>ocula-core</artifactId>
<version>0.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/cn.har01d/ocula-core/
implementation 'cn.har01d:ocula-core:0.0.1'
// https://jarcasting.com/artifacts/cn.har01d/ocula-core/
implementation ("cn.har01d:ocula-core:0.0.1")
'cn.har01d:ocula-core:jar:0.0.1'
<dependency org="cn.har01d" name="ocula-core" rev="0.0.1">
<artifact name="ocula-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='cn.har01d', module='ocula-core', version='0.0.1')
)
libraryDependencies += "cn.har01d" % "ocula-core" % "0.0.1"
[cn.har01d/ocula-core "0.0.1"]