| License |
License |
|---|---|
| Categories |
CategoriesNet |
| GroupId | GroupIdnet.xenqtt |
| ArtifactId | ArtifactIdxenqtt |
| Last Version | Last Version1.0.0 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
DescriptionXenQTT
A library of MQTT APIs and tools
|
| Project URL |
Project URL |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| xenqtt-1.0.0.pom | |
| xenqtt-1.0.0.jar | 2 MB |
| xenqtt-1.0.0-sources.jar | 201 KB |
| xenqtt-1.0.0-javadoc.jar | 583 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/net.xenqtt/xenqtt/ -->
<dependency>
<groupId>net.xenqtt</groupId>
<artifactId>xenqtt</artifactId>
<version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/net.xenqtt/xenqtt/
implementation 'net.xenqtt:xenqtt:1.0.0'
// https://jarcasting.com/artifacts/net.xenqtt/xenqtt/
implementation ("net.xenqtt:xenqtt:1.0.0")
'net.xenqtt:xenqtt:jar:1.0.0'
<dependency org="net.xenqtt" name="xenqtt" rev="1.0.0">
<artifact name="xenqtt" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.xenqtt', module='xenqtt', version='1.0.0')
)
libraryDependencies += "net.xenqtt" % "xenqtt" % "1.0.0"
[net.xenqtt/xenqtt "1.0.0"]
| Group / Artifact | Type | Version |
|---|---|---|
| log4j : log4j | jar | 1.2.16 |
| org.slf4j : slf4j-nop | jar | 1.6.4 |
| org.eclipse.jetty : jetty-server | jar | 8.1.13.v20130916 |
| org.apache.httpcomponents : httpclient | jar | 4.3.1 |
| org.apache.httpcomponents : httpcore | jar | 4.3 |
| Group / Artifact | Type | Version |
|---|---|---|
| junit : junit | jar | 4.11 |
| org.mockito : mockito-all | jar | 1.9.5 |