GroupId | GroupIdorg.otcframework |
---|---|
ArtifactId | ArtifactIdotcframework |
Version | Version2.2 |
Type | Typepom |
Filename | Size |
---|---|
otcframework-2.2.pom | 6 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.otcframework/otcframework/ -->
<dependency>
<groupId>org.otcframework</groupId>
<artifactId>otcframework</artifactId>
<version>2.2</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.otcframework/otcframework/
implementation 'org.otcframework:otcframework:2.2'
// https://jarcasting.com/artifacts/org.otcframework/otcframework/
implementation ("org.otcframework:otcframework:2.2")
'org.otcframework:otcframework:pom:2.2'
<dependency org="org.otcframework" name="otcframework" rev="2.2">
<artifact name="otcframework" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.otcframework', module='otcframework', version='2.2')
)
libraryDependencies += "org.otcframework" % "otcframework" % "2.2"
[org.otcframework/otcframework "2.2"]