i

ibexecutor

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