i

ibexecutor

Standard interfaces for running applications as a heavyweight process
${github.url.base}/${project.artifactId}
Files download
File Operation
ibexecutor-0.12.0.jar download
ibexecutor-0.12.0.pom download
ibexecutor-0.12.0-sources.jar download
Apache Maven
<dependency>
  <groupId>org.infrastructurebuilder</groupId>
  <artifactId>ibexecutor</artifactId>
  <version>0.12.0</version>
</dependency>
Gradle Groovy
implementation 'org.infrastructurebuilder:ibexecutor:0.12.0'
Gradle Kotlin
implementation("org.infrastructurebuilder:ibexecutor:0.12.0")
Scala SBT
libraryDependencies += "org.infrastructurebuilder" % "ibexecutor" % "0.12.0"
Groovy Grape
@Grapes(
  @Grab(group='org.infrastructurebuilder', module='ibexecutor', version='0.12.0')
)
Apache Ivy
<dependency org="org.infrastructurebuilder" name="ibexecutor" rev="0.12.0" />
Leiningen
[org.infrastructurebuilder/ibexecutor "0.12.0"]
Apache Buildr
'org.infrastructurebuilder:ibexecutor:jar:0.12.0'