MVN

net.open-esb.core : testbinding

Maven & Gradle

Jan 25, 2016

testbinding-install · Test Binding Install Package

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

Latest Version

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

  • Latest Stable: 2.4.3

All Versions

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

Version Vulnerabilities Updated
2.4.x
testbinding-2.4.3
testbinding-2.4.2
testbinding-2.4.1
testbinding-2.4.0

How to add a dependency to Maven

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

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

How to add a dependency to Gradle

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

implementation 'net.open-esb.core:testbinding:2.4.3'

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

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

How to add a dependency to SBT Scala

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

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