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