GroupId | GroupIdio.github.quickmsg |
---|---|
ArtifactId | ArtifactIdsmqtt-bootstrap |
Version | Version1.0.3 |
Type | Typejar |
Filename | Size |
---|---|
smqtt-bootstrap-1.0.3.pom | |
smqtt-bootstrap-1.0.3.jar | 7 KB |
smqtt-bootstrap-1.0.3-sources.jar | 3 KB |
smqtt-bootstrap-1.0.3-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.3</version>
</dependency>
// https://jarcasting.com/artifacts/io.github.quickmsg/smqtt-bootstrap/
implementation 'io.github.quickmsg:smqtt-bootstrap:1.0.3'
// https://jarcasting.com/artifacts/io.github.quickmsg/smqtt-bootstrap/
implementation ("io.github.quickmsg:smqtt-bootstrap:1.0.3")
'io.github.quickmsg:smqtt-bootstrap:jar:1.0.3'
<dependency org="io.github.quickmsg" name="smqtt-bootstrap" rev="1.0.3">
<artifact name="smqtt-bootstrap" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.github.quickmsg', module='smqtt-bootstrap', version='1.0.3')
)
libraryDependencies += "io.github.quickmsg" % "smqtt-bootstrap" % "1.0.3"
[io.github.quickmsg/smqtt-bootstrap "1.0.3"]