| Группа | Группаorg.ocelotds |
|---|---|
| Идентификатор | Идентификаторocelot |
| Версия | Версия2.6.3 |
| Тип | Типpom |
| Имя Файла | Размер |
|---|---|
| ocelot-2.6.3.pom | 6 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/org.ocelotds/ocelot/ -->
<dependency>
<groupId>org.ocelotds</groupId>
<artifactId>ocelot</artifactId>
<version>2.6.3</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.ocelotds/ocelot/
implementation 'org.ocelotds:ocelot:2.6.3'
// https://jarcasting.com/artifacts/org.ocelotds/ocelot/
implementation ("org.ocelotds:ocelot:2.6.3")
'org.ocelotds:ocelot:pom:2.6.3'
<dependency org="org.ocelotds" name="ocelot" rev="2.6.3">
<artifact name="ocelot" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.ocelotds', module='ocelot', version='2.6.3')
)
libraryDependencies += "org.ocelotds" % "ocelot" % "2.6.3"
[org.ocelotds/ocelot "2.6.3"]