GroupId | GroupIdorg.smarthomej.addons.bundles |
---|---|
ArtifactId | ArtifactIdorg.smarthomej.commons |
Version | Version3.1.6 |
Type | Typejar |
Filename | Size |
---|---|
org.smarthomej.commons-3.1.6.pom | |
org.smarthomej.commons-3.1.6.jar | 58 KB |
org.smarthomej.commons-3.1.6-sources.jar | 38 KB |
org.smarthomej.commons-3.1.6-javadoc.jar | 567 KB |
org.smarthomej.commons-3.1.6-features.xml | 532 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/org.smarthomej.addons.bundles/org.smarthomej.commons/ -->
<dependency>
<groupId>org.smarthomej.addons.bundles</groupId>
<artifactId>org.smarthomej.commons</artifactId>
<version>3.1.6</version>
</dependency>
// https://jarcasting.com/artifacts/org.smarthomej.addons.bundles/org.smarthomej.commons/
implementation 'org.smarthomej.addons.bundles:org.smarthomej.commons:3.1.6'
// https://jarcasting.com/artifacts/org.smarthomej.addons.bundles/org.smarthomej.commons/
implementation ("org.smarthomej.addons.bundles:org.smarthomej.commons:3.1.6")
'org.smarthomej.addons.bundles:org.smarthomej.commons:jar:3.1.6'
<dependency org="org.smarthomej.addons.bundles" name="org.smarthomej.commons" rev="3.1.6">
<artifact name="org.smarthomej.commons" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.smarthomej.addons.bundles', module='org.smarthomej.commons', version='3.1.6')
)
libraryDependencies += "org.smarthomej.addons.bundles" % "org.smarthomej.commons" % "3.1.6"
[org.smarthomej.addons.bundles/org.smarthomej.commons "3.1.6"]