Categories |
CategoriesWire Data Data Structures |
---|---|
GroupId | GroupIdorg.smarthomej.addons.bundles |
ArtifactId | ArtifactIdorg.smarthomej.binding.onewire |
Version | Version3.1.5 |
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.5</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.5'
// https://jarcasting.com/artifacts/org.smarthomej.addons.bundles/org.smarthomej.binding.onewire/
implementation ("org.smarthomej.addons.bundles:org.smarthomej.binding.onewire:3.1.5")
'org.smarthomej.addons.bundles:org.smarthomej.binding.onewire:jar:3.1.5'
<dependency org="org.smarthomej.addons.bundles" name="org.smarthomej.binding.onewire" rev="3.1.5">
<artifact name="org.smarthomej.binding.onewire" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.smarthomej.addons.bundles', module='org.smarthomej.binding.onewire', version='3.1.5')
)
libraryDependencies += "org.smarthomej.addons.bundles" % "org.smarthomej.binding.onewire" % "3.1.5"
[org.smarthomej.addons.bundles/org.smarthomej.binding.onewire "3.1.5"]