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