a

annotation-framework

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