MVN

net.open-esb.core : sl1

Maven & Gradle

Jan 25, 2016

jbicalc-shared-library · The "test-components" (Empty) shared library

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

Latest Version

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

  • Latest Stable: 2.4.3

All Versions

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

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

How to add a dependency to Maven

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

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

How to add a dependency to Gradle

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

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

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

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

How to add a dependency to SBT Scala

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

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