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