| License |
License |
|---|---|
| GroupId | GroupIdorg.openhab |
| ArtifactId | ArtifactIdopenhab-super-pom |
| Version | Version1.0.3 |
| Type | Typepom |
| Description |
DescriptionopenHAB Super POM
This is a super POM for projects maintained by the openHAB Community. It contains only version-unrelated infrastructure settings and can/should also be used by projects that don't flow with the openHAB Release cycle. Settings within this POM must not have any influence on the build result.
|
| Project URL |
Project URL |
| Project Organization |
Project Organization |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| openhab-super-pom-1.0.3.pom | 5 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/org.openhab/openhab-super-pom/ -->
<dependency>
<groupId>org.openhab</groupId>
<artifactId>openhab-super-pom</artifactId>
<version>1.0.3</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.openhab/openhab-super-pom/
implementation 'org.openhab:openhab-super-pom:1.0.3'
// https://jarcasting.com/artifacts/org.openhab/openhab-super-pom/
implementation ("org.openhab:openhab-super-pom:1.0.3")
'org.openhab:openhab-super-pom:pom:1.0.3'
<dependency org="org.openhab" name="openhab-super-pom" rev="1.0.3">
<artifact name="openhab-super-pom" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.openhab', module='openhab-super-pom', version='1.0.3')
)
libraryDependencies += "org.openhab" % "openhab-super-pom" % "1.0.3"
[org.openhab/openhab-super-pom "1.0.3"]