| Категории |
КатегорииDex Универсальные библиотеки Utility |
|---|---|
| Группа | Группаru.yandex.qatools.properties |
| Идентификатор | Идентификаторproperties |
| Версия | Версия1.5 |
| Тип | Типpom |
| Имя Файла | Размер |
|---|---|
| properties-1.5.pom | 2 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/ru.yandex.qatools.properties/properties/ -->
<dependency>
<groupId>ru.yandex.qatools.properties</groupId>
<artifactId>properties</artifactId>
<version>1.5</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/ru.yandex.qatools.properties/properties/
implementation 'ru.yandex.qatools.properties:properties:1.5'
// https://jarcasting.com/artifacts/ru.yandex.qatools.properties/properties/
implementation ("ru.yandex.qatools.properties:properties:1.5")
'ru.yandex.qatools.properties:properties:pom:1.5'
<dependency org="ru.yandex.qatools.properties" name="properties" rev="1.5">
<artifact name="properties" type="pom" />
</dependency>
@Grapes(
@Grab(group='ru.yandex.qatools.properties', module='properties', version='1.5')
)
libraryDependencies += "ru.yandex.qatools.properties" % "properties" % "1.5"
[ru.yandex.qatools.properties/properties "1.5"]