is not current version
Last Version 1.3.7

com.cedarsoft.utils:execution 1.3.2


GroupId

GroupId

com.cedarsoft.utils
ArtifactId

ArtifactId

execution
Version

Version

1.3.2
Type

Type

jar

Download execution 1.3.2


<!-- https://jarcasting.com/artifacts/com.cedarsoft.utils/execution/ -->
<dependency>
    <groupId>com.cedarsoft.utils</groupId>
    <artifactId>execution</artifactId>
    <version>1.3.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.cedarsoft.utils/execution/
implementation 'com.cedarsoft.utils:execution:1.3.2'
// https://jarcasting.com/artifacts/com.cedarsoft.utils/execution/
implementation ("com.cedarsoft.utils:execution:1.3.2")
'com.cedarsoft.utils:execution:jar:1.3.2'
<dependency org="com.cedarsoft.utils" name="execution" rev="1.3.2">
  <artifact name="execution" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.cedarsoft.utils', module='execution', version='1.3.2')
)
libraryDependencies += "com.cedarsoft.utils" % "execution" % "1.3.2"
[com.cedarsoft.utils/execution "1.3.2"]