GroupId | GroupIdorg.smarthomej.addons.bundles |
---|---|
ArtifactId | ArtifactIdorg.smarthomej.commons |
Version | Version3.1.4 |
Type | Typejar |
Filename | Size |
---|---|
org.smarthomej.commons-3.1.4.pom | |
org.smarthomej.commons-3.1.4.jar | 45 KB |
org.smarthomej.commons-3.1.4-sources.jar | 30 KB |
org.smarthomej.commons-3.1.4-javadoc.jar | 549 KB |
org.smarthomej.commons-3.1.4-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.4</version>
</dependency>
// https://jarcasting.com/artifacts/org.smarthomej.addons.bundles/org.smarthomej.commons/
implementation 'org.smarthomej.addons.bundles:org.smarthomej.commons:3.1.4'
// https://jarcasting.com/artifacts/org.smarthomej.addons.bundles/org.smarthomej.commons/
implementation ("org.smarthomej.addons.bundles:org.smarthomej.commons:3.1.4")
'org.smarthomej.addons.bundles:org.smarthomej.commons:jar:3.1.4'
<dependency org="org.smarthomej.addons.bundles" name="org.smarthomej.commons" rev="3.1.4">
<artifact name="org.smarthomej.commons" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.smarthomej.addons.bundles', module='org.smarthomej.commons', version='3.1.4')
)
libraryDependencies += "org.smarthomej.addons.bundles" % "org.smarthomej.commons" % "3.1.4"
[org.smarthomej.addons.bundles/org.smarthomej.commons "3.1.4"]