a

audience-annotations

Annotations for defining API boundaries and tools for managing javadocs
Files download
File Operation
audience-annotations-0.11.1.jar download
audience-annotations-0.11.1.pom download
audience-annotations-0.11.1-sources.jar download
Apache Maven
<dependency>
  <groupId>org.apache.yetus</groupId>
  <artifactId>audience-annotations</artifactId>
  <version>0.11.1</version>
</dependency>
Gradle Groovy
implementation 'org.apache.yetus:audience-annotations:0.11.1'
Gradle Kotlin
implementation("org.apache.yetus:audience-annotations:0.11.1")
Scala SBT
libraryDependencies += "org.apache.yetus" % "audience-annotations" % "0.11.1"
Groovy Grape
@Grapes(
  @Grab(group='org.apache.yetus', module='audience-annotations', version='0.11.1')
)
Apache Ivy
<dependency org="org.apache.yetus" name="audience-annotations" rev="0.11.1" />
Leiningen
[org.apache.yetus/audience-annotations "0.11.1"]
Apache Buildr
'org.apache.yetus:audience-annotations:jar:0.11.1'