GroupId | GroupIdio.github.quickmsg |
---|---|
ArtifactId | ArtifactIdsmqtt |
Version | Version1.0.4 |
Type | Typepom |
Filename | Size |
---|---|
smqtt-1.0.4.pom | 7 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.github.quickmsg/smqtt/ -->
<dependency>
<groupId>io.github.quickmsg</groupId>
<artifactId>smqtt</artifactId>
<version>1.0.4</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/io.github.quickmsg/smqtt/
implementation 'io.github.quickmsg:smqtt:1.0.4'
// https://jarcasting.com/artifacts/io.github.quickmsg/smqtt/
implementation ("io.github.quickmsg:smqtt:1.0.4")
'io.github.quickmsg:smqtt:pom:1.0.4'
<dependency org="io.github.quickmsg" name="smqtt" rev="1.0.4">
<artifact name="smqtt" type="pom" />
</dependency>
@Grapes(
@Grab(group='io.github.quickmsg', module='smqtt', version='1.0.4')
)
libraryDependencies += "io.github.quickmsg" % "smqtt" % "1.0.4"
[io.github.quickmsg/smqtt "1.0.4"]