GroupId | GroupIdorg.ocelotds |
---|---|
ArtifactId | ArtifactIdocelot |
Version | Version2.4.6 |
Type | Typepom |
Filename | Size |
---|---|
ocelot-2.4.6.pom | 6 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.ocelotds/ocelot/ -->
<dependency>
<groupId>org.ocelotds</groupId>
<artifactId>ocelot</artifactId>
<version>2.4.6</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.ocelotds/ocelot/
implementation 'org.ocelotds:ocelot:2.4.6'
// https://jarcasting.com/artifacts/org.ocelotds/ocelot/
implementation ("org.ocelotds:ocelot:2.4.6")
'org.ocelotds:ocelot:pom:2.4.6'
<dependency org="org.ocelotds" name="ocelot" rev="2.4.6">
<artifact name="ocelot" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.ocelotds', module='ocelot', version='2.4.6')
)
libraryDependencies += "org.ocelotds" % "ocelot" % "2.4.6"
[org.ocelotds/ocelot "2.4.6"]