How to add a POM dependency to Maven
POM as dependency in dependencyManagement
<dependency>
<groupId>io.joynr.android.messaging</groupId>
<artifactId>mqtt</artifactId>
<version>1.23.1</version>
</dependency>
Choose a version of io.joynr.android.messaging : mqtt to add to Maven - Latest Versions:
Version | Vulnerabilities | Updated | |
---|---|---|---|
1.23.x |
mqtt-1.23.1
|
||
mqtt-1.23.0
|
|||
1.22.x |
mqtt-1.22.0
|
||
1.21.x |
mqtt-1.21.9
|
||
mqtt-1.21.7
|
|||
mqtt-1.21.6
|
|||
mqtt-1.21.5
|
POM as dependency in dependencyManagement
<dependency>
<groupId>io.joynr.android.messaging</groupId>
<artifactId>mqtt</artifactId>
<version>1.23.1</version>
</dependency>
Advertisement