o

openhab-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.
https://github.com/openhab/infrastructure
Eclipse Public License 2.0
openHAB.org
openHAB
Files download
File Operation
openhab-super-pom-1.0.6.pom download
Apache Maven
<dependency>
  <groupId>org.openhab</groupId>
  <artifactId>openhab-super-pom</artifactId>
  <version>1.0.6</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'org.openhab:openhab-super-pom:1.0.6'
Gradle Kotlin
implementation("org.openhab:openhab-super-pom:1.0.6")
Scala SBT
libraryDependencies += "org.openhab" % "openhab-super-pom" % "1.0.6"
Groovy Grape
@Grapes(
  @Grab(group='org.openhab', module='openhab-super-pom', version='1.0.6')
)
Apache Ivy
<dependency org="org.openhab" name="openhab-super-pom" rev="1.0.6" />
Leiningen
[org.openhab/openhab-super-pom "1.0.6"]
Apache Buildr
'org.openhab:openhab-super-pom:jar:1.0.6'
Dependencies
The project has no third-party dependencies