Categories |
CategoriesCLI User Interface Dex General Purpose Libraries Utility |
---|---|
GroupId | GroupIdru.yandex.qatools.camelot.utils |
ArtifactId | ArtifactIdclient-utils |
Version | Version1.3 |
Type | Typejar |
Filename | Size |
---|---|
client-utils-1.3.pom | |
client-utils-1.3.jar | 9 KB |
client-utils-1.3-sources.jar | 6 KB |
client-utils-1.3-javadoc.jar | 73 KB |
Browse |
<!-- https://jarcasting.com/artifacts/ru.yandex.qatools.camelot.utils/client-utils/ -->
<dependency>
<groupId>ru.yandex.qatools.camelot.utils</groupId>
<artifactId>client-utils</artifactId>
<version>1.3</version>
</dependency>
// https://jarcasting.com/artifacts/ru.yandex.qatools.camelot.utils/client-utils/
implementation 'ru.yandex.qatools.camelot.utils:client-utils:1.3'
// https://jarcasting.com/artifacts/ru.yandex.qatools.camelot.utils/client-utils/
implementation ("ru.yandex.qatools.camelot.utils:client-utils:1.3")
'ru.yandex.qatools.camelot.utils:client-utils:jar:1.3'
<dependency org="ru.yandex.qatools.camelot.utils" name="client-utils" rev="1.3">
<artifact name="client-utils" type="jar" />
</dependency>
@Grapes(
@Grab(group='ru.yandex.qatools.camelot.utils', module='client-utils', version='1.3')
)
libraryDependencies += "ru.yandex.qatools.camelot.utils" % "client-utils" % "1.3"
[ru.yandex.qatools.camelot.utils/client-utils "1.3"]