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