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