License |
License |
---|---|
GroupId | GroupIdorg.otcframework |
ArtifactId | ArtifactIdotcframework |
Version | Version2.1 |
Type | Typepom |
Description |
Descriptionorg.otcframework: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.
|
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
otcframework-2.1.pom | 6 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.otcframework/otcframework/ -->
<dependency>
<groupId>org.otcframework</groupId>
<artifactId>otcframework</artifactId>
<version>2.1</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.otcframework/otcframework/
implementation 'org.otcframework:otcframework:2.1'
// https://jarcasting.com/artifacts/org.otcframework/otcframework/
implementation ("org.otcframework:otcframework:2.1")
'org.otcframework:otcframework:pom:2.1'
<dependency org="org.otcframework" name="otcframework" rev="2.1">
<artifact name="otcframework" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.otcframework', module='otcframework', version='2.1')
)
libraryDependencies += "org.otcframework" % "otcframework" % "2.1"
[org.otcframework/otcframework "2.1"]