| Группа | Группаcom.yahoo.vespa |
|---|---|
| Идентификатор | Идентификаторannotations |
| Версия | Версия7.216.10 |
| Тип | Типjar |
| Имя Файла | Размер |
|---|---|
| annotations-7.216.10.pom | |
| annotations-7.216.10.jar | 4 KB |
| annotations-7.216.10-sources.jar | 5 KB |
| annotations-7.216.10-javadoc.jar | 408 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/com.yahoo.vespa/annotations/ -->
<dependency>
<groupId>com.yahoo.vespa</groupId>
<artifactId>annotations</artifactId>
<version>7.216.10</version>
</dependency>
// https://jarcasting.com/artifacts/com.yahoo.vespa/annotations/
implementation 'com.yahoo.vespa:annotations:7.216.10'
// https://jarcasting.com/artifacts/com.yahoo.vespa/annotations/
implementation ("com.yahoo.vespa:annotations:7.216.10")
'com.yahoo.vespa:annotations:jar:7.216.10'
<dependency org="com.yahoo.vespa" name="annotations" rev="7.216.10">
<artifact name="annotations" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.yahoo.vespa', module='annotations', version='7.216.10')
)
libraryDependencies += "com.yahoo.vespa" % "annotations" % "7.216.10"
[com.yahoo.vespa/annotations "7.216.10"]