Files download
File Operation
org-netbeans-api-annotations-common-RELEASE150.jar download
org-netbeans-api-annotations-common-RELEASE150.pom download
org-netbeans-api-annotations-common-RELEASE150-sources.jar download
Apache Maven
<dependency>
  <groupId>org.netbeans.api</groupId>
  <artifactId>org-netbeans-api-annotations-common</artifactId>
  <version>RELEASE150</version>
</dependency>
Gradle Groovy
implementation 'org.netbeans.api:org-netbeans-api-annotations-common:RELEASE150'
Gradle Kotlin
implementation("org.netbeans.api:org-netbeans-api-annotations-common:RELEASE150")
Scala SBT
libraryDependencies += "org.netbeans.api" % "org-netbeans-api-annotations-common" % "RELEASE150"
Groovy Grape
@Grapes(
  @Grab(group='org.netbeans.api', module='org-netbeans-api-annotations-common', version='RELEASE150')
)
Apache Ivy
<dependency org="org.netbeans.api" name="org-netbeans-api-annotations-common" rev="RELEASE150" />
Leiningen
[org.netbeans.api/org-netbeans-api-annotations-common "RELEASE150"]
Apache Buildr
'org.netbeans.api:org-netbeans-api-annotations-common:jar:RELEASE150'