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