| GroupId | GroupIdorg.openhab.distro |
|---|---|
| ArtifactId | ArtifactIdpom |
| Version | Version2.5.12 |
| Type | Typepom |
| Filename | Size |
|---|---|
| pom-2.5.12.pom | 7 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/org.openhab.distro/pom/ -->
<dependency>
<groupId>org.openhab.distro</groupId>
<artifactId>pom</artifactId>
<version>2.5.12</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.openhab.distro/pom/
implementation 'org.openhab.distro:pom:2.5.12'
// https://jarcasting.com/artifacts/org.openhab.distro/pom/
implementation ("org.openhab.distro:pom:2.5.12")
'org.openhab.distro:pom:pom:2.5.12'
<dependency org="org.openhab.distro" name="pom" rev="2.5.12">
<artifact name="pom" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.openhab.distro', module='pom', version='2.5.12')
)
libraryDependencies += "org.openhab.distro" % "pom" % "2.5.12"
[org.openhab.distro/pom "2.5.12"]