License |
License |
---|---|
GroupId | GroupIdorg.otcframework |
ArtifactId | ArtifactIdotc |
Version | Version1.0 |
Type | Typepom |
Description |
Descriptionorg.otcframework:otc
This is the parent for the two OTC modules Commons and Core
|
Filename | Size |
---|---|
otc-1.0.pom | 5 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.otcframework/otc/ -->
<dependency>
<groupId>org.otcframework</groupId>
<artifactId>otc</artifactId>
<version>1.0</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.otcframework/otc/
implementation 'org.otcframework:otc:1.0'
// https://jarcasting.com/artifacts/org.otcframework/otc/
implementation ("org.otcframework:otc:1.0")
'org.otcframework:otc:pom:1.0'
<dependency org="org.otcframework" name="otc" rev="1.0">
<artifact name="otc" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.otcframework', module='otc', version='1.0')
)
libraryDependencies += "org.otcframework" % "otc" % "1.0"
[org.otcframework/otc "1.0"]