| License |
License |
|---|---|
| GroupId | GroupIdorg.otcframework |
| ArtifactId | ArtifactIdotcframework |
| Last Version | Last Version2.5 |
| Release Date | Release Date |
| Type | Typepom |
| Description |
Descriptionorg.otcframework:otcframework
OTC's parent POM for "otc-common", "otc-compiler" and "otc-executor" modules. Use v2.5 or above only.
|
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| otcframework-2.5.pom | 6 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/org.otcframework/otcframework/ -->
<dependency>
<groupId>org.otcframework</groupId>
<artifactId>otcframework</artifactId>
<version>2.5</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.otcframework/otcframework/
implementation 'org.otcframework:otcframework:2.5'
// https://jarcasting.com/artifacts/org.otcframework/otcframework/
implementation ("org.otcframework:otcframework:2.5")
'org.otcframework:otcframework:pom:2.5'
<dependency org="org.otcframework" name="otcframework" rev="2.5">
<artifact name="otcframework" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.otcframework', module='otcframework', version='2.5')
)
libraryDependencies += "org.otcframework" % "otcframework" % "2.5"
[org.otcframework/otcframework "2.5"]