MVN

io.github.quickmsg : smqtt-registry-scube

Maven & Gradle

Feb 24, 2023
2 usages
862 stars

smqtt-registry-scube

<dependency>
    <groupId>io.github.quickmsg</groupId>
    <artifactId>smqtt-registry-scube</artifactId>
    <version>1.1.7</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of io.github.quickmsg : smqtt-registry-scube to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.1.7

All Versions

Choose a version of io.github.quickmsg : smqtt-registry-scube to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.1.x
smqtt-registry-scube-1.1.7
smqtt-registry-scube-1.1.6
smqtt-registry-scube-1.1.5
smqtt-registry-scube-1.1.4
smqtt-registry-scube-1.1.3
smqtt-registry-scube-1.1.2
smqtt-registry-scube-1.1.1
smqtt-registry-scube-1.1.0
1.0.x
smqtt-registry-scube-1.0.9
smqtt-registry-scube-1.0.8
smqtt-registry-scube-1.0.7
smqtt-registry-scube-1.0.6
smqtt-registry-scube-1.0.5
smqtt-registry-scube-1.0.4
0.3.x
smqtt-registry-scube-0.3.1

How to add a dependency to Maven

Add the following io.github.quickmsg : smqtt-registry-scube maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>io.github.quickmsg</groupId>
    <artifactId>smqtt-registry-scube</artifactId>
    <version>1.1.7</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following io.github.quickmsg : smqtt-registry-scube gradle dependency to your build.gradle file:

implementation 'io.github.quickmsg:smqtt-registry-scube:1.1.7'

Gradle Kotlin DSL: Add the following io.github.quickmsg : smqtt-registry-scube gradle kotlin dependency to your build.gradle.kts file:

implementation("io.github.quickmsg:smqtt-registry-scube:1.1.7")

How to add a dependency to SBT Scala

SBT Scala: Add the following io.github.quickmsg : smqtt-registry-scube sbt scala dependency to your build.sbt file:

libraryDependencies += "io.github.quickmsg" % "smqtt-registry-scube" % "1.1.7"

Advertisement