Categories |
CategoriesCLI User Interface |
---|---|
GroupId | GroupIdorg.correomqtt |
ArtifactId | ArtifactIdcorreomqtt-client |
Version | Version0.12.0 |
Type | Typejar |
Filename | Size |
---|---|
correomqtt-client-0.12.0.pom | |
correomqtt-client-0.12.0.jar | 962 KB |
correomqtt-client-0.12.0-sources.jar | 750 KB |
correomqtt-client-0.12.0-javadoc.jar | 1 MB |
Browse |
<!-- https://jarcasting.com/artifacts/org.correomqtt/correomqtt-client/ -->
<dependency>
<groupId>org.correomqtt</groupId>
<artifactId>correomqtt-client</artifactId>
<version>0.12.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.correomqtt/correomqtt-client/
implementation 'org.correomqtt:correomqtt-client:0.12.0'
// https://jarcasting.com/artifacts/org.correomqtt/correomqtt-client/
implementation ("org.correomqtt:correomqtt-client:0.12.0")
'org.correomqtt:correomqtt-client:jar:0.12.0'
<dependency org="org.correomqtt" name="correomqtt-client" rev="0.12.0">
<artifact name="correomqtt-client" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.correomqtt', module='correomqtt-client', version='0.12.0')
)
libraryDependencies += "org.correomqtt" % "correomqtt-client" % "0.12.0"
[org.correomqtt/correomqtt-client "0.12.0"]