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