| GroupId | GroupIdnl.robfaber.home |
|---|---|
| ArtifactId | ArtifactIdmqtt-gateway |
| Version | Version1.0.2 |
| Type | Typejar |
| Filename | Size |
|---|---|
| mqtt-gateway-1.0.2.pom | |
| mqtt-gateway-1.0.2.jar | 9 KB |
| mqtt-gateway-1.0.2-sources.jar | 5 KB |
| mqtt-gateway-1.0.2-javadoc.jar | 36 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/nl.robfaber.home/mqtt-gateway/ -->
<dependency>
<groupId>nl.robfaber.home</groupId>
<artifactId>mqtt-gateway</artifactId>
<version>1.0.2</version>
</dependency>
// https://jarcasting.com/artifacts/nl.robfaber.home/mqtt-gateway/
implementation 'nl.robfaber.home:mqtt-gateway:1.0.2'
// https://jarcasting.com/artifacts/nl.robfaber.home/mqtt-gateway/
implementation ("nl.robfaber.home:mqtt-gateway:1.0.2")
'nl.robfaber.home:mqtt-gateway:jar:1.0.2'
<dependency org="nl.robfaber.home" name="mqtt-gateway" rev="1.0.2">
<artifact name="mqtt-gateway" type="jar" />
</dependency>
@Grapes(
@Grab(group='nl.robfaber.home', module='mqtt-gateway', version='1.0.2')
)
libraryDependencies += "nl.robfaber.home" % "mqtt-gateway" % "1.0.2"
[nl.robfaber.home/mqtt-gateway "1.0.2"]