MVN

com.ditchoom : models-v4-android

Maven & Gradle

Apr 11, 2023
16 stars

MQTT 3 + 4 Models · Defines the MQTT 3 and 4 control packets

<dependency>
    <groupId>com.ditchoom</groupId>
    <artifactId>models-v4-android</artifactId>
    <version>1.1.4</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.ditchoom : models-v4-android to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.1.4

All Versions

Choose a version of com.ditchoom : models-v4-android to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.1.x
models-v4-android-1.1.4
models-v4-android-1.1.3
models-v4-android-1.1.2
models-v4-android-1.1.1
models-v4-android-1.1.0

How to add a dependency to Maven

Add the following com.ditchoom : models-v4-android maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.ditchoom</groupId>
    <artifactId>models-v4-android</artifactId>
    <version>1.1.4</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.ditchoom : models-v4-android gradle dependency to your build.gradle file:

implementation 'com.ditchoom:models-v4-android:1.1.4'

Gradle Kotlin DSL: Add the following com.ditchoom : models-v4-android gradle kotlin dependency to your build.gradle.kts file:

implementation("com.ditchoom:models-v4-android:1.1.4")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.ditchoom : models-v4-android sbt scala dependency to your build.sbt file:

libraryDependencies += "com.ditchoom" % "models-v4-android" % "1.1.4"