MVN

io.github.project-openubl : spring-boot-xsender

Maven & Gradle

May 26, 2023
14 stars

Spring Boot XSender - Runtime

<dependency>
    <groupId>io.github.project-openubl</groupId>
    <artifactId>spring-boot-xsender</artifactId>
    <version>4.1.7</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of io.github.project-openubl : spring-boot-xsender to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 4.1.7
  • Latest Beta: 5.0.0.Beta1

All Versions

Choose a version of io.github.project-openubl : spring-boot-xsender to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
5.0.x
spring-boot-xsender-5.0.0.Beta1
4.1.x
spring-boot-xsender-4.1.7
spring-boot-xsender-4.1.6
spring-boot-xsender-4.1.5
spring-boot-xsender-4.1.4
spring-boot-xsender-4.1.3

How to add a dependency to Maven

Add the following io.github.project-openubl : spring-boot-xsender maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>io.github.project-openubl</groupId>
    <artifactId>spring-boot-xsender</artifactId>
    <version>4.1.7</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following io.github.project-openubl : spring-boot-xsender gradle dependency to your build.gradle file:

implementation 'io.github.project-openubl:spring-boot-xsender:4.1.7'

Gradle Kotlin DSL: Add the following io.github.project-openubl : spring-boot-xsender gradle kotlin dependency to your build.gradle.kts file:

implementation("io.github.project-openubl:spring-boot-xsender:4.1.7")

How to add a dependency to SBT Scala

SBT Scala: Add the following io.github.project-openubl : spring-boot-xsender sbt scala dependency to your build.sbt file:

libraryDependencies += "io.github.project-openubl" % "spring-boot-xsender" % "4.1.7"