is not current version
Last Version 1.6

ru.yandex.qatools.properties:properties 1.3


Categories

Categories

Dex General Purpose Libraries Utility
GroupId

GroupId

ru.yandex.qatools.properties
ArtifactId

ArtifactId

properties
Version

Version

1.3
Type

Type

jar

Download properties 1.3


<!-- https://jarcasting.com/artifacts/ru.yandex.qatools.properties/properties/ -->
<dependency>
    <groupId>ru.yandex.qatools.properties</groupId>
    <artifactId>properties</artifactId>
    <version>1.3</version>
</dependency>
// https://jarcasting.com/artifacts/ru.yandex.qatools.properties/properties/
implementation 'ru.yandex.qatools.properties:properties:1.3'
// https://jarcasting.com/artifacts/ru.yandex.qatools.properties/properties/
implementation ("ru.yandex.qatools.properties:properties:1.3")
'ru.yandex.qatools.properties:properties:jar:1.3'
<dependency org="ru.yandex.qatools.properties" name="properties" rev="1.3">
  <artifact name="properties" type="jar" />
</dependency>
@Grapes(
@Grab(group='ru.yandex.qatools.properties', module='properties', version='1.3')
)
libraryDependencies += "ru.yandex.qatools.properties" % "properties" % "1.3"
[ru.yandex.qatools.properties/properties "1.3"]