is not current version
Last Version 1.6

ru.yandex.qatools.properties:properties 1.4


Categories

Categories

Dex General Purpose Libraries Utility
GroupId

GroupId

ru.yandex.qatools.properties
ArtifactId

ArtifactId

properties
Version

Version

1.4
Type

Type

pom

Download properties 1.4

Filename Size
properties-1.4.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.4</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/ru.yandex.qatools.properties/properties/
implementation 'ru.yandex.qatools.properties:properties:1.4'
// https://jarcasting.com/artifacts/ru.yandex.qatools.properties/properties/
implementation ("ru.yandex.qatools.properties:properties:1.4")
'ru.yandex.qatools.properties:properties:pom:1.4'
<dependency org="ru.yandex.qatools.properties" name="properties" rev="1.4">
  <artifact name="properties" type="pom" />
</dependency>
@Grapes(
@Grab(group='ru.yandex.qatools.properties', module='properties', version='1.4')
)
libraryDependencies += "ru.yandex.qatools.properties" % "properties" % "1.4"
[ru.yandex.qatools.properties/properties "1.4"]