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