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