Categories |
CategoriesDex General Purpose Libraries Utility |
---|---|
GroupId | GroupIdru.yandex.qatools.camelot |
ArtifactId | ArtifactIdcamelot-core |
Version | Version2.4.8-20151119 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/ru.yandex.qatools.camelot/camelot-core/ -->
<dependency>
<groupId>ru.yandex.qatools.camelot</groupId>
<artifactId>camelot-core</artifactId>
<version>2.4.8-20151119</version>
</dependency>
// https://jarcasting.com/artifacts/ru.yandex.qatools.camelot/camelot-core/
implementation 'ru.yandex.qatools.camelot:camelot-core:2.4.8-20151119'
// https://jarcasting.com/artifacts/ru.yandex.qatools.camelot/camelot-core/
implementation ("ru.yandex.qatools.camelot:camelot-core:2.4.8-20151119")
'ru.yandex.qatools.camelot:camelot-core:jar:2.4.8-20151119'
<dependency org="ru.yandex.qatools.camelot" name="camelot-core" rev="2.4.8-20151119">
<artifact name="camelot-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='ru.yandex.qatools.camelot', module='camelot-core', version='2.4.8-20151119')
)
libraryDependencies += "ru.yandex.qatools.camelot" % "camelot-core" % "2.4.8-20151119"
[ru.yandex.qatools.camelot/camelot-core "2.4.8-20151119"]