| Группа | Группаorg.openhab.tools |
|---|---|
| Идентификатор | Идентификаторopenhab-codestyle |
| Версия | Версия0.8.0 |
| Тип | Типjar |
| Имя Файла | Размер |
|---|---|
| openhab-codestyle-0.8.0.pom | |
| openhab-codestyle-0.8.0.jar | 5 KB |
| openhab-codestyle-0.8.0-sources.jar | 4 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/org.openhab.tools/openhab-codestyle/ -->
<dependency>
<groupId>org.openhab.tools</groupId>
<artifactId>openhab-codestyle</artifactId>
<version>0.8.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.openhab.tools/openhab-codestyle/
implementation 'org.openhab.tools:openhab-codestyle:0.8.0'
// https://jarcasting.com/artifacts/org.openhab.tools/openhab-codestyle/
implementation ("org.openhab.tools:openhab-codestyle:0.8.0")
'org.openhab.tools:openhab-codestyle:jar:0.8.0'
<dependency org="org.openhab.tools" name="openhab-codestyle" rev="0.8.0">
<artifact name="openhab-codestyle" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.openhab.tools', module='openhab-codestyle', version='0.8.0')
)
libraryDependencies += "org.openhab.tools" % "openhab-codestyle" % "0.8.0"
[org.openhab.tools/openhab-codestyle "0.8.0"]