a

annotation-framework

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