is not current version
Last Version 2.5

org.otcframework:otc-executor 2.2

OTC executor module.

GroupId

GroupId

org.otcframework
ArtifactId

ArtifactId

otc-executor
Version

Version

2.2
Type

Type

jar

Download otc-executor 2.2


<!-- 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"]