| GroupId | GroupIdorg.openhab |
|---|---|
| ArtifactId | ArtifactIdopenhab-super-pom |
| Version | Version1.0.0 |
| Type | Typepom |
| Filename | Size |
|---|---|
| openhab-super-pom-1.0.0.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.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"]