GroupId | GroupIdorg.ocelotds |
---|---|
ArtifactId | ArtifactIdocelot-core |
Version | Version2.1.0 |
Type | Typejar |
Filename | Size |
---|---|
ocelot-core-2.1.0.pom | |
ocelot-core-2.1.0.jar | 17 KB |
ocelot-core-2.1.0-sources.jar | 12 KB |
ocelot-core-2.1.0-javadoc.jar | 102 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.ocelotds/ocelot-core/ -->
<dependency>
<groupId>org.ocelotds</groupId>
<artifactId>ocelot-core</artifactId>
<version>2.1.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.ocelotds/ocelot-core/
implementation 'org.ocelotds:ocelot-core:2.1.0'
// https://jarcasting.com/artifacts/org.ocelotds/ocelot-core/
implementation ("org.ocelotds:ocelot-core:2.1.0")
'org.ocelotds:ocelot-core:jar:2.1.0'
<dependency org="org.ocelotds" name="ocelot-core" rev="2.1.0">
<artifact name="ocelot-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.ocelotds', module='ocelot-core', version='2.1.0')
)
libraryDependencies += "org.ocelotds" % "ocelot-core" % "2.1.0"
[org.ocelotds/ocelot-core "2.1.0"]