is not current version
Last Version 2.5

org.otcframework:otc-common 2.0

Otc-Commons required by both the OTC Engine and the Editor.

GroupId

GroupId

org.otcframework
ArtifactId

ArtifactId

otc-common
Version

Version

2.0
Type

Type

jar

Download otc-common 2.0


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