MVN

com.nbsaas.boot : message-admin

Maven & Gradle

Jan 17, 2024

message-admin

<dependency>
    <groupId>com.nbsaas.boot</groupId>
    <artifactId>message-admin</artifactId>
    <version>1.1.3-2024</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.nbsaas.boot : message-admin to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.1.3-2024

All Versions

Choose a version of com.nbsaas.boot : message-admin to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.1.x
message-admin-1.1.3-2024

How to add a dependency to Maven

Add the following com.nbsaas.boot : message-admin maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.nbsaas.boot</groupId>
    <artifactId>message-admin</artifactId>
    <version>1.1.3-2024</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.nbsaas.boot : message-admin gradle dependency to your build.gradle file:

implementation 'com.nbsaas.boot:message-admin:1.1.3-2024'

Gradle Kotlin DSL: Add the following com.nbsaas.boot : message-admin gradle kotlin dependency to your build.gradle.kts file:

implementation("com.nbsaas.boot:message-admin:1.1.3-2024")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.nbsaas.boot : message-admin sbt scala dependency to your build.sbt file:

libraryDependencies += "com.nbsaas.boot" % "message-admin" % "1.1.3-2024"