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