is not current version
Last Version 2.5

org.otcframework:otcframework 2.0

This is the parent for the two OTC modules Commons and Core

GroupId

GroupId

org.otcframework
ArtifactId

ArtifactId

otcframework
Version

Version

2.0
Type

Type

pom

Download otcframework 2.0

Filename Size
otcframework-2.0.pom 5 KB
Browse

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