| Categories |
CategoriesDex General Purpose Libraries Utility |
|---|---|
| GroupId | GroupIdru.yandex.qatools |
| ArtifactId | ArtifactIdyatomata-camel |
| Version | Version1.1 |
| Type | Typejar |
| Filename | Size |
|---|---|
| yatomata-camel-1.1.pom | |
| yatomata-camel-1.1.jar | 24 KB |
| yatomata-camel-1.1-sources.jar | 11 KB |
| yatomata-camel-1.1-javadoc.jar | 111 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/ru.yandex.qatools/yatomata-camel/ -->
<dependency>
<groupId>ru.yandex.qatools</groupId>
<artifactId>yatomata-camel</artifactId>
<version>1.1</version>
</dependency>
// https://jarcasting.com/artifacts/ru.yandex.qatools/yatomata-camel/
implementation 'ru.yandex.qatools:yatomata-camel:1.1'
// https://jarcasting.com/artifacts/ru.yandex.qatools/yatomata-camel/
implementation ("ru.yandex.qatools:yatomata-camel:1.1")
'ru.yandex.qatools:yatomata-camel:jar:1.1'
<dependency org="ru.yandex.qatools" name="yatomata-camel" rev="1.1">
<artifact name="yatomata-camel" type="jar" />
</dependency>
@Grapes(
@Grab(group='ru.yandex.qatools', module='yatomata-camel', version='1.1')
)
libraryDependencies += "ru.yandex.qatools" % "yatomata-camel" % "1.1"
[ru.yandex.qatools/yatomata-camel "1.1"]