MVN

org.infrastructurebuilder : ibexecutor

Maven & Gradle

May 20, 2021
9 usages

Standard interfaces for running applications as a heavyweight process

<dependency>
    <groupId>org.infrastructurebuilder</groupId>
    <artifactId>ibexecutor</artifactId>
    <version>0.17.3</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.infrastructurebuilder : ibexecutor to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.17.3

All Versions

Choose a version of org.infrastructurebuilder : ibexecutor to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.17.x
ibexecutor-0.17.3
ibexecutor-0.17.2
ibexecutor-0.17.1
ibexecutor-0.17.0
0.16.x
ibexecutor-0.16.0
0.15.x
ibexecutor-0.15.1
ibexecutor-0.15.0
0.14.x
ibexecutor-0.14.0
0.13.x
ibexecutor-0.13.0
0.12.x
ibexecutor-0.12.0
0.11.x
ibexecutor-0.11.5
ibexecutor-0.11.4
ibexecutor-0.11.3
ibexecutor-0.11.2
ibexecutor-0.11.1
ibexecutor-0.11.0
0.10.x
ibexecutor-0.10.0
0.9.x
ibexecutor-0.9.1
ibexecutor-0.9.0

How to add a dependency to Maven

Add the following org.infrastructurebuilder : ibexecutor maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.infrastructurebuilder</groupId>
    <artifactId>ibexecutor</artifactId>
    <version>0.17.3</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.infrastructurebuilder : ibexecutor gradle dependency to your build.gradle file:

implementation 'org.infrastructurebuilder:ibexecutor:0.17.3'

Gradle Kotlin DSL: Add the following org.infrastructurebuilder : ibexecutor gradle kotlin dependency to your build.gradle.kts file:

implementation("org.infrastructurebuilder:ibexecutor:0.17.3")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.infrastructurebuilder : ibexecutor sbt scala dependency to your build.sbt file:

libraryDependencies += "org.infrastructurebuilder" % "ibexecutor" % "0.17.3"

Advertisement