License |
License
CDDL + GPLv2 with classpath exception
|
---|---|
Categories |
CategoriesGlassFish Container Application Servers |
GroupId | GroupIdorg.glassfish |
ArtifactId | ArtifactIdjavax.annotation |
Last Version | Last Version10.0-b28 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptionjavax.annotation API v.1.0
Common Annotations for the JavaTM Platform API version 1.0 Repackaged as OSGi bundle in GlassFish
|
Project Organization |
Project Organization |
Filename | Size |
---|---|
javax.annotation-10.0-b28.pom | |
javax.annotation-10.0-b28.jar | 21 KB |
javax.annotation-10.0-b28-sources.jar | 37 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.glassfish/javax.annotation/ -->
<dependency>
<groupId>org.glassfish</groupId>
<artifactId>javax.annotation</artifactId>
<version>10.0-b28</version>
</dependency>
// https://jarcasting.com/artifacts/org.glassfish/javax.annotation/
implementation 'org.glassfish:javax.annotation:10.0-b28'
// https://jarcasting.com/artifacts/org.glassfish/javax.annotation/
implementation ("org.glassfish:javax.annotation:10.0-b28")
'org.glassfish:javax.annotation:jar:10.0-b28'
<dependency org="org.glassfish" name="javax.annotation" rev="10.0-b28">
<artifact name="javax.annotation" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.glassfish', module='javax.annotation', version='10.0-b28')
)
libraryDependencies += "org.glassfish" % "javax.annotation" % "10.0-b28"
[org.glassfish/javax.annotation "10.0-b28"]
Group / Artifact | Type | Version |
---|---|---|
javax.annotation : jsr250-api Optional | jar | 1.0 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit Optional | jar | 4.3.1 |