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