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