Categories |
CategoriesDex General Purpose Libraries Utility |
---|---|
GroupId | GroupIdru.yandex.qatools.clay |
ArtifactId | ArtifactIdclay-aether |
Version | Version2.4 |
Type | Typejar |
Filename | Size |
---|---|
clay-aether-2.4.pom | |
clay-aether-2.4.jar | 17 KB |
clay-aether-2.4-sources.jar | 8 KB |
clay-aether-2.4-javadoc.jar | 72 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.4</version>
</dependency>
// https://jarcasting.com/artifacts/ru.yandex.qatools.clay/clay-aether/
implementation 'ru.yandex.qatools.clay:clay-aether:2.4'
// https://jarcasting.com/artifacts/ru.yandex.qatools.clay/clay-aether/
implementation ("ru.yandex.qatools.clay:clay-aether:2.4")
'ru.yandex.qatools.clay:clay-aether:jar:2.4'
<dependency org="ru.yandex.qatools.clay" name="clay-aether" rev="2.4">
<artifact name="clay-aether" type="jar" />
</dependency>
@Grapes(
@Grab(group='ru.yandex.qatools.clay', module='clay-aether', version='2.4')
)
libraryDependencies += "ru.yandex.qatools.clay" % "clay-aether" % "2.4"
[ru.yandex.qatools.clay/clay-aether "2.4"]