| Группа | Группаorg.smarthomej.addons.bundles |
|---|---|
| Идентификатор | Идентификаторorg.smarthomej.binding.tcpudp |
| Версия | Версия3.1.4 |
| Тип | Типjar |
<!-- https://jarcasting.com/artifacts/org.smarthomej.addons.bundles/org.smarthomej.binding.tcpudp/ -->
<dependency>
<groupId>org.smarthomej.addons.bundles</groupId>
<artifactId>org.smarthomej.binding.tcpudp</artifactId>
<version>3.1.4</version>
</dependency>
// https://jarcasting.com/artifacts/org.smarthomej.addons.bundles/org.smarthomej.binding.tcpudp/
implementation 'org.smarthomej.addons.bundles:org.smarthomej.binding.tcpudp:3.1.4'
// https://jarcasting.com/artifacts/org.smarthomej.addons.bundles/org.smarthomej.binding.tcpudp/
implementation ("org.smarthomej.addons.bundles:org.smarthomej.binding.tcpudp:3.1.4")
'org.smarthomej.addons.bundles:org.smarthomej.binding.tcpudp:jar:3.1.4'
<dependency org="org.smarthomej.addons.bundles" name="org.smarthomej.binding.tcpudp" rev="3.1.4">
<artifact name="org.smarthomej.binding.tcpudp" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.smarthomej.addons.bundles', module='org.smarthomej.binding.tcpudp', version='3.1.4')
)
libraryDependencies += "org.smarthomej.addons.bundles" % "org.smarthomej.binding.tcpudp" % "3.1.4"
[org.smarthomej.addons.bundles/org.smarthomej.binding.tcpudp "3.1.4"]