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

org.otcl2:otcl2-common 1.01

This is the modules containing the commons required by both of OTCL's Engine and the Editor.

Группа

Группа

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

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

otcl2-common
Версия

Версия

1.01
Тип

Тип

jar

Скачать otcl2-common 1.01


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