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