is not current version
Last Version 1.0.4

org.openhab:openhab-super-pom 1.0.0

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.

GroupId

GroupId

org.openhab
ArtifactId

ArtifactId

openhab-super-pom
Version

Version

1.0.0
Type

Type

pom

Download openhab-super-pom 1.0.0


<!-- https://jarcasting.com/artifacts/org.openhab/openhab-super-pom/ -->
<dependency>
    <groupId>org.openhab</groupId>
    <artifactId>openhab-super-pom</artifactId>
    <version>1.0.0</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.openhab/openhab-super-pom/
implementation 'org.openhab:openhab-super-pom:1.0.0'
// https://jarcasting.com/artifacts/org.openhab/openhab-super-pom/
implementation ("org.openhab:openhab-super-pom:1.0.0")
'org.openhab:openhab-super-pom:pom:1.0.0'
<dependency org="org.openhab" name="openhab-super-pom" rev="1.0.0">
  <artifact name="openhab-super-pom" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.openhab', module='openhab-super-pom', version='1.0.0')
)
libraryDependencies += "org.openhab" % "openhab-super-pom" % "1.0.0"
[org.openhab/openhab-super-pom "1.0.0"]