Skip to content

Commit

Permalink
Merge pull request #380 from hivemq/develop
Browse files Browse the repository at this point in the history
Release 1.1.4
  • Loading branch information
SgtSilvio authored Mar 2, 2020
2 parents 637aa02 + e22e4d4 commit 4f5f3f6
Show file tree
Hide file tree
Showing 142 changed files with 7,344 additions and 2,204 deletions.
22 changes: 18 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,20 @@ backpressure support.
- Automatic Topic Alias mapping
- Interceptors for QoS flows

## Users

[
<img src="https://upload.wikimedia.org/wikipedia/commons/thumb/4/44/BMW.svg/300px-BMW.svg.png" alt="BMW CarIT" height="60px"/>
](https://github.com/bmwcarit) &nbsp;&nbsp; [
<img src="https://github.com/bmwcarit/joynr/raw/master/graphics/joynr-logo.png" alt="joynr" height="60px"/>
](https://github.com/bmwcarit/joynr) &nbsp;&nbsp; [
<img src="https://www.openhab.org/openhab-logo.png" alt="openHAB" height="60px"/>
](https://www.openhab.org/) &nbsp;&nbsp; [
<img src="https://eclipse.org/ditto/images/ditto.svg" alt="Eclipse Ditto" height="60px"/>
](https://github.com/eclipse/ditto)

If you use the HiveMQ MQTT Client in a project that is not listed here, feel free to open an issue or pull request.

## How to use

Java 8 or higher is required.
Expand All @@ -54,7 +68,7 @@ If you use Gradle, just include the following inside your `build.gradle` file.

```groovy
dependencies {
compile group: 'com.hivemq', name: 'hivemq-mqtt-client', version: '1.1.3'
compile group: 'com.hivemq', name: 'hivemq-mqtt-client', version: '1.1.4'
}
```

Expand All @@ -76,7 +90,7 @@ NOTE: You have to set the compiler version to `1.8` or higher.
<dependency>
<groupId>com.hivemq</groupId>
<artifactId>hivemq-mqtt-client</artifactId>
<version>1.1.3</version>
<version>1.1.4</version>
</dependency>
</dependencies>
...
Expand All @@ -93,7 +107,7 @@ To use the shaded version just append `-shaded` to the artifact name.

```groovy
dependencies {
compile group: 'com.hivemq', name: 'hivemq-mqtt-client-shaded', version: '1.1.3'
compile group: 'com.hivemq', name: 'hivemq-mqtt-client-shaded', version: '1.1.4'
}
```

Expand All @@ -106,7 +120,7 @@ dependencies {
<dependency>
<groupId>com.hivemq</groupId>
<artifactId>hivemq-mqtt-client-shaded</artifactId>
<version>1.1.3</version>
<version>1.1.4</version>
</dependency>
</dependencies>
...
Expand Down
Loading

0 comments on commit 4f5f3f6

Please sign in to comment.