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