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