a

annotations

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