MVN

io.lsn : spring-esb-sms

Maven & Gradle

Apr 01, 2020
1 usages

spring-esb-sms

<dependency>
    <groupId>io.lsn</groupId>
    <artifactId>spring-esb-sms</artifactId>
    <version>2.2.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of io.lsn : spring-esb-sms to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.2.0

All Versions

Choose a version of io.lsn : spring-esb-sms to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2.2.x
spring-esb-sms-2.2.0
2.1.x
spring-esb-sms-2.1.10
spring-esb-sms-2.1.9
spring-esb-sms-2.1.8
spring-esb-sms-2.1.7
spring-esb-sms-2.1.6
spring-esb-sms-2.1.5
spring-esb-sms-2.1.3
spring-esb-sms-2.1.2
spring-esb-sms-2.1.1
spring-esb-sms-2.1.0

How to add a dependency to Maven

Add the following io.lsn : spring-esb-sms maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>io.lsn</groupId>
    <artifactId>spring-esb-sms</artifactId>
    <version>2.2.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following io.lsn : spring-esb-sms gradle dependency to your build.gradle file:

implementation 'io.lsn:spring-esb-sms:2.2.0'

Gradle Kotlin DSL: Add the following io.lsn : spring-esb-sms gradle kotlin dependency to your build.gradle.kts file:

implementation("io.lsn:spring-esb-sms:2.2.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following io.lsn : spring-esb-sms sbt scala dependency to your build.sbt file:

libraryDependencies += "io.lsn" % "spring-esb-sms" % "2.2.0"

Advertisement