o

otc

This is the parent for the two OTC modules Commons and Core
http://www.otcframework.org
GNU General Public License, v3.0
Franklin Abel
Files download
File Operation
otc-1.0.pom download
Apache Maven
<dependency>
  <groupId>org.otcframework</groupId>
  <artifactId>otc</artifactId>
  <version>1.0</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'org.otcframework:otc:1.0'
Gradle Kotlin
implementation("org.otcframework:otc:1.0")
Scala SBT
libraryDependencies += "org.otcframework" % "otc" % "1.0"
Groovy Grape
@Grapes(
  @Grab(group='org.otcframework', module='otc', version='1.0')
)
Apache Ivy
<dependency org="org.otcframework" name="otc" rev="1.0" />
Leiningen
[org.otcframework/otc "1.0"]
Apache Buildr
'org.otcframework:otc:jar:1.0'
Dependencies
The project has no third-party dependencies