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