a

annotations

Public API annotations
Files download
File Operation
annotations-8.98.34.jar download
annotations-8.98.34.pom download
annotations-8.98.34-sources.jar download
Apache Maven
<dependency>
  <groupId>com.yahoo.vespa</groupId>
  <artifactId>annotations</artifactId>
  <version>8.98.34</version>
  <type>bundle</type>
</dependency>
Gradle Groovy
implementation 'com.yahoo.vespa:annotations:8.98.34'
Gradle Kotlin
implementation("com.yahoo.vespa:annotations:8.98.34")
Scala SBT
libraryDependencies += "com.yahoo.vespa" % "annotations" % "8.98.34"
Groovy Grape
@Grapes(
  @Grab(group='com.yahoo.vespa', module='annotations', version='8.98.34')
)
Apache Ivy
<dependency org="com.yahoo.vespa" name="annotations" rev="8.98.34" />
Leiningen
[com.yahoo.vespa/annotations "8.98.34"]
Apache Buildr
'com.yahoo.vespa:annotations:jar:8.98.34'