is not current version
Last Version 1.3

org.otcl2:otcl2-common 1.0

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

GroupId

GroupId

org.otcl2
ArtifactId

ArtifactId

otcl2-common
Version

Version

1.0
Type

Type

jar

Download otcl2-common 1.0


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