j

javax.annotation

POM and identification for artifact that was not possible to uniquely identify as a maven dependency.
文件下载
文件名 操作
javax.annotation-RELEASE124.jar 下载
javax.annotation-RELEASE124.pom 下载
Apache Maven
<dependency>
  <groupId>org.netbeans.external</groupId>
  <artifactId>javax.annotation</artifactId>
  <version>RELEASE124</version>
</dependency>
Gradle Groovy
implementation 'org.netbeans.external:javax.annotation:RELEASE124'
Gradle Kotlin
implementation("org.netbeans.external:javax.annotation:RELEASE124")
Scala SBT
libraryDependencies += "org.netbeans.external" % "javax.annotation" % "RELEASE124"
Groovy Grape
@Grapes(
  @Grab(group='org.netbeans.external', module='javax.annotation', version='RELEASE124')
)
Apache Ivy
<dependency org="org.netbeans.external" name="javax.annotation" rev="RELEASE124" />
Leiningen
[org.netbeans.external/javax.annotation "RELEASE124"]
Apache Buildr
'org.netbeans.external:javax.annotation:jar:RELEASE124'