j

javax.annotation

javax.annotation: A minimal, J2CL compatible javax.annotation library
https://github.com/realityforge/javax.annotation
The Apache Software License, Version 2.0
Peter Donald
Files download
File Operation
javax.annotation-1.1.1.jar download
javax.annotation-1.1.1.pom download
javax.annotation-1.1.1-sources.jar download
Apache Maven
<dependency>
  <groupId>org.realityforge.javax.annotation</groupId>
  <artifactId>javax.annotation</artifactId>
  <version>1.1.1</version>
</dependency>
Gradle Groovy
implementation 'org.realityforge.javax.annotation:javax.annotation:1.1.1'
Gradle Kotlin
implementation("org.realityforge.javax.annotation:javax.annotation:1.1.1")
Scala SBT
libraryDependencies += "org.realityforge.javax.annotation" % "javax.annotation" % "1.1.1"
Groovy Grape
@Grapes(
  @Grab(group='org.realityforge.javax.annotation', module='javax.annotation', version='1.1.1')
)
Apache Ivy
<dependency org="org.realityforge.javax.annotation" name="javax.annotation" rev="1.1.1" />
Leiningen
[org.realityforge.javax.annotation/javax.annotation "1.1.1"]
Apache Buildr
'org.realityforge.javax.annotation:javax.annotation:jar:1.1.1'
Dependencies
The project has no third-party dependencies