не последняя версия
Последняя версия 1.3

org.otcl2:otcl2 1.2

This is the parent for the two OTCL modules Commons and Core.

Группа

Группа

org.otcl2
Идентификатор

Идентификатор

otcl2
Версия

Версия

1.2
Тип

Тип

pom

Скачать otcl2 1.2

Имя Файла Размер
otcl2-1.2.pom 5 KB
Обзор

<!-- https://jarcasting.com/artifacts/org.otcl2/otcl2/ -->
<dependency>
    <groupId>org.otcl2</groupId>
    <artifactId>otcl2</artifactId>
    <version>1.2</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.otcl2/otcl2/
implementation 'org.otcl2:otcl2:1.2'
// https://jarcasting.com/artifacts/org.otcl2/otcl2/
implementation ("org.otcl2:otcl2:1.2")
'org.otcl2:otcl2:pom:1.2'
<dependency org="org.otcl2" name="otcl2" rev="1.2">
  <artifact name="otcl2" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.otcl2', module='otcl2', version='1.2')
)
libraryDependencies += "org.otcl2" % "otcl2" % "1.2"
[org.otcl2/otcl2 "1.2"]