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