Categories |
CategoriesNetBeans Development Tools IDE Net |
---|---|
GroupId | GroupIdorg.netbeans.external |
ArtifactId | ArtifactIdjavax.annotation |
Version | VersionRELEASE120-u1 |
Type | Typejar |
Filename | Size |
---|---|
javax.annotation-RELEASE120-u1.pom | |
javax.annotation-RELEASE120-u1.jar | 21 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.netbeans.external/javax.annotation/ -->
<dependency>
<groupId>org.netbeans.external</groupId>
<artifactId>javax.annotation</artifactId>
<version>RELEASE120-u1</version>
</dependency>
// https://jarcasting.com/artifacts/org.netbeans.external/javax.annotation/
implementation 'org.netbeans.external:javax.annotation:RELEASE120-u1'
// https://jarcasting.com/artifacts/org.netbeans.external/javax.annotation/
implementation ("org.netbeans.external:javax.annotation:RELEASE120-u1")
'org.netbeans.external:javax.annotation:jar:RELEASE120-u1'
<dependency org="org.netbeans.external" name="javax.annotation" rev="RELEASE120-u1">
<artifact name="javax.annotation" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.netbeans.external', module='javax.annotation', version='RELEASE120-u1')
)
libraryDependencies += "org.netbeans.external" % "javax.annotation" % "RELEASE120-u1"
[org.netbeans.external/javax.annotation "RELEASE120-u1"]