Categories |
CategoriesCLI User Interface |
---|---|
GroupId | GroupIdorg.correomqtt |
ArtifactId | ArtifactIdcorreomqtt-client |
Version | Version0.11.0 |
Type | Typejar |
Filename | Size |
---|---|
correomqtt-client-0.11.0.pom | |
correomqtt-client-0.11.0.jar | 932 KB |
correomqtt-client-0.11.0-sources.jar | 731 KB |
correomqtt-client-0.11.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.11.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.correomqtt/correomqtt-client/
implementation 'org.correomqtt:correomqtt-client:0.11.0'
// https://jarcasting.com/artifacts/org.correomqtt/correomqtt-client/
implementation ("org.correomqtt:correomqtt-client:0.11.0")
'org.correomqtt:correomqtt-client:jar:0.11.0'
<dependency org="org.correomqtt" name="correomqtt-client" rev="0.11.0">
<artifact name="correomqtt-client" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.correomqtt', module='correomqtt-client', version='0.11.0')
)
libraryDependencies += "org.correomqtt" % "correomqtt-client" % "0.11.0"
[org.correomqtt/correomqtt-client "0.11.0"]