o

otcframework

OTC's BOM POM for "otc-common", "otc-compiler" and "otc-executor" modules. Use v2.1 or above only. Do not use "otc-core" - it is renamed to "otc-compiler" starting v2.0.
http://www.otcframework.org
GNU General Public License, v3.0
Franklin Abel
Files download
File Operation
otcframework-2.1.pom download
Apache Maven
<dependency>
  <groupId>org.otcframework</groupId>
  <artifactId>otcframework</artifactId>
  <version>2.1</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'org.otcframework:otcframework:2.1'
Gradle Kotlin
implementation("org.otcframework:otcframework:2.1")
Scala SBT
libraryDependencies += "org.otcframework" % "otcframework" % "2.1"
Groovy Grape
@Grapes(
  @Grab(group='org.otcframework', module='otcframework', version='2.1')
)
Apache Ivy
<dependency org="org.otcframework" name="otcframework" rev="2.1" />
Leiningen
[org.otcframework/otcframework "2.1"]
Apache Buildr
'org.otcframework:otcframework:jar:2.1'
Dependencies
The project has no third-party dependencies