MVN

com.mobius-software.mqtt : parser

Maven & Gradle

May 23, 2019
2 usages
9 stars

com.mobius-software.mqtt:parser · Mobius MQTT PARSER

<dependency>
    <groupId>com.mobius-software.mqtt</groupId>
    <artifactId>parser</artifactId>
    <version>1.0.6</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.mobius-software.mqtt : parser to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.0.6

All Versions

Choose a version of com.mobius-software.mqtt : parser to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.0.x
parser-1.0.6
parser-1.0.5
parser-1.0.4
parser-1.0.3
parser-1.0.2
parser-1.0.1
parser-1.0.0

How to add a dependency to Maven

Add the following com.mobius-software.mqtt : parser maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.mobius-software.mqtt</groupId>
    <artifactId>parser</artifactId>
    <version>1.0.6</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.mobius-software.mqtt : parser gradle dependency to your build.gradle file:

implementation 'com.mobius-software.mqtt:parser:1.0.6'

Gradle Kotlin DSL: Add the following com.mobius-software.mqtt : parser gradle kotlin dependency to your build.gradle.kts file:

implementation("com.mobius-software.mqtt:parser:1.0.6")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.mobius-software.mqtt : parser sbt scala dependency to your build.sbt file:

libraryDependencies += "com.mobius-software.mqtt" % "parser" % "1.0.6"

Advertisement