MVN

org.netbeans.external : javax.annotation

Maven & Gradle

Feb 23, 2022
1 usages
5 stars

Maven definition for javax.annotation.jar - external part of NetBeans module. · POM and identification for artifact that was not possible to uniquely identify as a maven dependency.

<dependency>
    <groupId>org.netbeans.external</groupId>
    <artifactId>javax.annotation</artifactId>
    <version>RELEASE130</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.netbeans.external : javax.annotation to add to Maven or Gradle - Latest Versions:

  • Latest Stable: RELEASE130

All Versions

Choose a version of org.netbeans.external : javax.annotation to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
RELEASE130
javax.annotation-RELEASE130
RELEASE126
javax.annotation-RELEASE126
RELEASE125
javax.annotation-RELEASE125
RELEASE124
javax.annotation-RELEASE124
RELEASE123
javax.annotation-RELEASE123
RELEASE122
javax.annotation-RELEASE122
RELEASE121
javax.annotation-RELEASE121
RELEASE120
javax.annotation-RELEASE120-u1
javax.annotation-RELEASE120-1
javax.annotation-RELEASE120

How to add a dependency to Maven

Add the following org.netbeans.external : javax.annotation maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.netbeans.external</groupId>
    <artifactId>javax.annotation</artifactId>
    <version>RELEASE130</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.netbeans.external : javax.annotation gradle dependency to your build.gradle file:

implementation 'org.netbeans.external:javax.annotation:RELEASE130'

Gradle Kotlin DSL: Add the following org.netbeans.external : javax.annotation gradle kotlin dependency to your build.gradle.kts file:

implementation("org.netbeans.external:javax.annotation:RELEASE130")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.netbeans.external : javax.annotation sbt scala dependency to your build.sbt file:

libraryDependencies += "org.netbeans.external" % "javax.annotation" % "RELEASE130"

Advertisement