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