Categories |
CategoriesDex General Purpose Libraries Utility |
---|---|
GroupId | GroupIdru.yandex.qatools.camelot |
ArtifactId | ArtifactIdcamelot-core |
Version | Version2.4.8 |
Type | Typejar |
Filename | Size |
---|---|
camelot-core-2.4.8.pom | |
camelot-core-2.4.8.jar | 55 KB |
camelot-core-2.4.8-tests.jar | 149 KB |
camelot-core-2.4.8-sources.jar | 29 KB |
camelot-core-2.4.8-javadoc.jar | 172 KB |
Browse |
<!-- 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</version>
</dependency>
// https://jarcasting.com/artifacts/ru.yandex.qatools.camelot/camelot-core/
implementation 'ru.yandex.qatools.camelot:camelot-core:2.4.8'
// https://jarcasting.com/artifacts/ru.yandex.qatools.camelot/camelot-core/
implementation ("ru.yandex.qatools.camelot:camelot-core:2.4.8")
'ru.yandex.qatools.camelot:camelot-core:jar:2.4.8'
<dependency org="ru.yandex.qatools.camelot" name="camelot-core" rev="2.4.8">
<artifact name="camelot-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='ru.yandex.qatools.camelot', module='camelot-core', version='2.4.8')
)
libraryDependencies += "ru.yandex.qatools.camelot" % "camelot-core" % "2.4.8"
[ru.yandex.qatools.camelot/camelot-core "2.4.8"]