Categories |
CategoriesDex General Purpose Libraries Utility |
---|---|
GroupId | GroupIdru.yandex.qatools.clay |
ArtifactId | ArtifactIdclay-aether |
Version | Version2.2 |
Type | Typejar |
Filename | Size |
---|---|
clay-aether-2.2.pom | |
clay-aether-2.2.jar | 16 KB |
clay-aether-2.2-sources.jar | 8 KB |
clay-aether-2.2-javadoc.jar | 70 KB |
Browse |
<!-- https://jarcasting.com/artifacts/ru.yandex.qatools.clay/clay-aether/ -->
<dependency>
<groupId>ru.yandex.qatools.clay</groupId>
<artifactId>clay-aether</artifactId>
<version>2.2</version>
</dependency>
// https://jarcasting.com/artifacts/ru.yandex.qatools.clay/clay-aether/
implementation 'ru.yandex.qatools.clay:clay-aether:2.2'
// https://jarcasting.com/artifacts/ru.yandex.qatools.clay/clay-aether/
implementation ("ru.yandex.qatools.clay:clay-aether:2.2")
'ru.yandex.qatools.clay:clay-aether:jar:2.2'
<dependency org="ru.yandex.qatools.clay" name="clay-aether" rev="2.2">
<artifact name="clay-aether" type="jar" />
</dependency>
@Grapes(
@Grab(group='ru.yandex.qatools.clay', module='clay-aether', version='2.2')
)
libraryDependencies += "ru.yandex.qatools.clay" % "clay-aether" % "2.2"
[ru.yandex.qatools.clay/clay-aether "2.2"]