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