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