Categories |
CategoriesWire Data Data Structures |
---|---|
GroupId | GroupIdorg.smarthomej.addons.bundles |
ArtifactId | ArtifactIdorg.smarthomej.binding.onewire |
Version | Version3.1.6 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/org.smarthomej.addons.bundles/org.smarthomej.binding.onewire/ -->
<dependency>
<groupId>org.smarthomej.addons.bundles</groupId>
<artifactId>org.smarthomej.binding.onewire</artifactId>
<version>3.1.6</version>
</dependency>
// https://jarcasting.com/artifacts/org.smarthomej.addons.bundles/org.smarthomej.binding.onewire/
implementation 'org.smarthomej.addons.bundles:org.smarthomej.binding.onewire:3.1.6'
// https://jarcasting.com/artifacts/org.smarthomej.addons.bundles/org.smarthomej.binding.onewire/
implementation ("org.smarthomej.addons.bundles:org.smarthomej.binding.onewire:3.1.6")
'org.smarthomej.addons.bundles:org.smarthomej.binding.onewire:jar:3.1.6'
<dependency org="org.smarthomej.addons.bundles" name="org.smarthomej.binding.onewire" rev="3.1.6">
<artifact name="org.smarthomej.binding.onewire" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.smarthomej.addons.bundles', module='org.smarthomej.binding.onewire', version='3.1.6')
)
libraryDependencies += "org.smarthomej.addons.bundles" % "org.smarthomej.binding.onewire" % "3.1.6"
[org.smarthomej.addons.bundles/org.smarthomej.binding.onewire "3.1.6"]