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