a

audience-annotations

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