e

execution

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