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