Categories |
CategoriesORM Data |
---|---|
GroupId | GroupIdorg.smarthomej.addons.bundles |
ArtifactId | ArtifactIdorg.smarthomej.transform.basicprofiles |
Version | Version3.1.4 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/org.smarthomej.addons.bundles/org.smarthomej.transform.basicprofiles/ -->
<dependency>
<groupId>org.smarthomej.addons.bundles</groupId>
<artifactId>org.smarthomej.transform.basicprofiles</artifactId>
<version>3.1.4</version>
</dependency>
// https://jarcasting.com/artifacts/org.smarthomej.addons.bundles/org.smarthomej.transform.basicprofiles/
implementation 'org.smarthomej.addons.bundles:org.smarthomej.transform.basicprofiles:3.1.4'
// https://jarcasting.com/artifacts/org.smarthomej.addons.bundles/org.smarthomej.transform.basicprofiles/
implementation ("org.smarthomej.addons.bundles:org.smarthomej.transform.basicprofiles:3.1.4")
'org.smarthomej.addons.bundles:org.smarthomej.transform.basicprofiles:jar:3.1.4'
<dependency org="org.smarthomej.addons.bundles" name="org.smarthomej.transform.basicprofiles" rev="3.1.4">
<artifact name="org.smarthomej.transform.basicprofiles" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.smarthomej.addons.bundles', module='org.smarthomej.transform.basicprofiles', version='3.1.4')
)
libraryDependencies += "org.smarthomej.addons.bundles" % "org.smarthomej.transform.basicprofiles" % "3.1.4"
[org.smarthomej.addons.bundles/org.smarthomej.transform.basicprofiles "3.1.4"]