MVN

net.open-esb.core : jbi-spi

Maven & Gradle

Jan 25, 2016
1 usages

jbi-spi-interfaces-version-1 · SPI Interfaces specified by the JSR 208 Expert Committee

<dependency>
    <groupId>net.open-esb.core</groupId>
    <artifactId>jbi-spi</artifactId>
    <version>2.4.3</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of net.open-esb.core : jbi-spi to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.4.3

All Versions

Choose a version of net.open-esb.core : jbi-spi to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2.4.x
jbi-spi-2.4.3
jbi-spi-2.4.2
jbi-spi-2.4.1
jbi-spi-2.4.0

How to add a dependency to Maven

Add the following net.open-esb.core : jbi-spi maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>net.open-esb.core</groupId>
    <artifactId>jbi-spi</artifactId>
    <version>2.4.3</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following net.open-esb.core : jbi-spi gradle dependency to your build.gradle file:

implementation 'net.open-esb.core:jbi-spi:2.4.3'

Gradle Kotlin DSL: Add the following net.open-esb.core : jbi-spi gradle kotlin dependency to your build.gradle.kts file:

implementation("net.open-esb.core:jbi-spi:2.4.3")

How to add a dependency to SBT Scala

SBT Scala: Add the following net.open-esb.core : jbi-spi sbt scala dependency to your build.sbt file:

libraryDependencies += "net.open-esb.core" % "jbi-spi" % "2.4.3"

Advertisement