Categories |
CategoriesDex General Purpose Libraries Utility |
---|---|
GroupId | GroupIdorg.smarthomej.addons.bom |
ArtifactId | ArtifactIdorg.smarthomej.addons.bom.test-index |
Version | Version3.2.6 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/org.smarthomej.addons.bom/org.smarthomej.addons.bom.test-index/ -->
<dependency>
<groupId>org.smarthomej.addons.bom</groupId>
<artifactId>org.smarthomej.addons.bom.test-index</artifactId>
<version>3.2.6</version>
</dependency>
// https://jarcasting.com/artifacts/org.smarthomej.addons.bom/org.smarthomej.addons.bom.test-index/
implementation 'org.smarthomej.addons.bom:org.smarthomej.addons.bom.test-index:3.2.6'
// https://jarcasting.com/artifacts/org.smarthomej.addons.bom/org.smarthomej.addons.bom.test-index/
implementation ("org.smarthomej.addons.bom:org.smarthomej.addons.bom.test-index:3.2.6")
'org.smarthomej.addons.bom:org.smarthomej.addons.bom.test-index:jar:3.2.6'
<dependency org="org.smarthomej.addons.bom" name="org.smarthomej.addons.bom.test-index" rev="3.2.6">
<artifact name="org.smarthomej.addons.bom.test-index" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.smarthomej.addons.bom', module='org.smarthomej.addons.bom.test-index', version='3.2.6')
)
libraryDependencies += "org.smarthomej.addons.bom" % "org.smarthomej.addons.bom.test-index" % "3.2.6"
[org.smarthomej.addons.bom/org.smarthomej.addons.bom.test-index "3.2.6"]