Files download
File Operation
jsr250-api-1.0.jar download
jsr250-api-1.0.pom download
jsr250-api-1.0-sources.jar download
Apache Maven
<dependency>
  <groupId>javax.annotation</groupId>
  <artifactId>jsr250-api</artifactId>
  <version>1.0</version>
</dependency>
Gradle Groovy
implementation 'javax.annotation:jsr250-api:1.0'
Gradle Kotlin
implementation("javax.annotation:jsr250-api:1.0")
Scala SBT
libraryDependencies += "javax.annotation" % "jsr250-api" % "1.0"
Groovy Grape
@Grapes(
  @Grab(group='javax.annotation', module='jsr250-api', version='1.0')
)
Apache Ivy
<dependency org="javax.annotation" name="jsr250-api" rev="1.0" />
Leiningen
[javax.annotation/jsr250-api "1.0"]
Apache Buildr
'javax.annotation:jsr250-api:jar:1.0'
Dependencies
The project has no third-party dependencies