is not current version
Last Version 1.6

ru.yandex.qatools.properties:properties 1.5


Categories

Categories

Dex General Purpose Libraries Utility
GroupId

GroupId

ru.yandex.qatools.properties
ArtifactId

ArtifactId

properties
Version

Version

1.5
Type

Type

pom

Download properties 1.5

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"]