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