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