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