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