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