| Категории |
КатегорииORM Данные |
|---|---|
| Группа | Группаorg.smarthomej.addons.bundles |
| Идентификатор | Идентификаторorg.smarthomej.transform.format |
| Версия | Версия3.1.4 |
| Тип | Типjar |
<!-- https://jarcasting.com/artifacts/org.smarthomej.addons.bundles/org.smarthomej.transform.format/ -->
<dependency>
<groupId>org.smarthomej.addons.bundles</groupId>
<artifactId>org.smarthomej.transform.format</artifactId>
<version>3.1.4</version>
</dependency>
// https://jarcasting.com/artifacts/org.smarthomej.addons.bundles/org.smarthomej.transform.format/
implementation 'org.smarthomej.addons.bundles:org.smarthomej.transform.format:3.1.4'
// https://jarcasting.com/artifacts/org.smarthomej.addons.bundles/org.smarthomej.transform.format/
implementation ("org.smarthomej.addons.bundles:org.smarthomej.transform.format:3.1.4")
'org.smarthomej.addons.bundles:org.smarthomej.transform.format:jar:3.1.4'
<dependency org="org.smarthomej.addons.bundles" name="org.smarthomej.transform.format" rev="3.1.4">
<artifact name="org.smarthomej.transform.format" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.smarthomej.addons.bundles', module='org.smarthomej.transform.format', version='3.1.4')
)
libraryDependencies += "org.smarthomej.addons.bundles" % "org.smarthomej.transform.format" % "3.1.4"
[org.smarthomej.addons.bundles/org.smarthomej.transform.format "3.1.4"]