| Categories |
CategoriesDex General Purpose Libraries Utility |
|---|---|
| GroupId | GroupIdru.yandex.qatools.properties |
| ArtifactId | ArtifactIdproperties |
| Version | Version1.5 |
| Type | Typepom |
| Filename | Size |
|---|---|
| properties-1.5.pom | 2 KB |
| Browse |
<!-- 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"]