e

execution

Files download
File Operation
execution-1.3.jar download
execution-1.3.pom download
execution-1.3-sources.jar download
Apache Maven
<dependency>
  <groupId>eu.cedarsoft.utils</groupId>
  <artifactId>execution</artifactId>
  <version>1.3</version>
</dependency>
Gradle Groovy
implementation 'eu.cedarsoft.utils:execution:1.3'
Gradle Kotlin
implementation("eu.cedarsoft.utils:execution:1.3")
Scala SBT
libraryDependencies += "eu.cedarsoft.utils" % "execution" % "1.3"
Groovy Grape
@Grapes(
  @Grab(group='eu.cedarsoft.utils', module='execution', version='1.3')
)
Apache Ivy
<dependency org="eu.cedarsoft.utils" name="execution" rev="1.3" />
Leiningen
[eu.cedarsoft.utils/execution "1.3"]
Apache Buildr
'eu.cedarsoft.utils:execution:jar:1.3'