| GroupId | GroupIdcom.github.said1296 |
|---|---|
| ArtifactId | ArtifactIdmqttcontroller |
| Version | Version1.7 |
| Type | Typepom |
| Filename | Size |
|---|---|
| mqttcontroller-1.7.pom | |
| mqttcontroller-1.7-plain.jar | 40 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.github.said1296/mqttcontroller/ -->
<dependency>
<groupId>com.github.said1296</groupId>
<artifactId>mqttcontroller</artifactId>
<version>1.7</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.said1296/mqttcontroller/
implementation 'com.github.said1296:mqttcontroller:1.7'
// https://jarcasting.com/artifacts/com.github.said1296/mqttcontroller/
implementation ("com.github.said1296:mqttcontroller:1.7")
'com.github.said1296:mqttcontroller:pom:1.7'
<dependency org="com.github.said1296" name="mqttcontroller" rev="1.7">
<artifact name="mqttcontroller" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.github.said1296', module='mqttcontroller', version='1.7')
)
libraryDependencies += "com.github.said1296" % "mqttcontroller" % "1.7"
[com.github.said1296/mqttcontroller "1.7"]