a

annotation-framework

Jerome Dochez
Files download
File Operation
annotation-framework-3.1-b22.jar download
annotation-framework-3.1-b22.pom download
annotation-framework-3.1-b22-sources.jar download
Apache Maven
<dependency>
  <groupId>org.glassfish.common</groupId>
  <artifactId>annotation-framework</artifactId>
  <version>3.1-b22</version>
  <type>hk2-jar</type>
</dependency>
Gradle Groovy
implementation 'org.glassfish.common:annotation-framework:3.1-b22'
Gradle Kotlin
implementation("org.glassfish.common:annotation-framework:3.1-b22")
Scala SBT
libraryDependencies += "org.glassfish.common" % "annotation-framework" % "3.1-b22"
Groovy Grape
@Grapes(
  @Grab(group='org.glassfish.common', module='annotation-framework', version='3.1-b22')
)
Apache Ivy
<dependency org="org.glassfish.common" name="annotation-framework" rev="3.1-b22" />
Leiningen
[org.glassfish.common/annotation-framework "3.1-b22"]
Apache Buildr
'org.glassfish.common:annotation-framework:jar:3.1-b22'