License |
License |
---|---|
Categories |
CategoriesDistribution Build Tools |
GroupId | GroupIdorg.openhab.distro |
ArtifactId | ArtifactIdpom-distributions |
Last Version | Last Version3.0.1 |
Release Date | Release Date |
Type | Typepom |
Description |
DescriptionopenHAB Distributions
This is the openHAB distribution
|
Filename | Size |
---|---|
pom-distributions-3.0.1.pom | 1 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.openhab.distro/pom-distributions/ -->
<dependency>
<groupId>org.openhab.distro</groupId>
<artifactId>pom-distributions</artifactId>
<version>3.0.1</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.openhab.distro/pom-distributions/
implementation 'org.openhab.distro:pom-distributions:3.0.1'
// https://jarcasting.com/artifacts/org.openhab.distro/pom-distributions/
implementation ("org.openhab.distro:pom-distributions:3.0.1")
'org.openhab.distro:pom-distributions:pom:3.0.1'
<dependency org="org.openhab.distro" name="pom-distributions" rev="3.0.1">
<artifact name="pom-distributions" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.openhab.distro', module='pom-distributions', version='3.0.1')
)
libraryDependencies += "org.openhab.distro" % "pom-distributions" % "3.0.1"
[org.openhab.distro/pom-distributions "3.0.1"]