MVN

org.rationalityfrontline.workaround : javax.annotation-api

Maven & Gradle

Feb 14, 2021
2 stars

javax.annotation-api · Merged javax.annotation:javax.annotation-api and com.google.code.findbugs:jsr305 into a single jar

<dependency>
    <groupId>org.rationalityfrontline.workaround</groupId>
    <artifactId>javax.annotation-api</artifactId>
    <version>1.3.2-3.0.2</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.rationalityfrontline.workaround : javax.annotation-api to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.3.2-3.0.2

All Versions

Choose a version of org.rationalityfrontline.workaround : javax.annotation-api to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.3.x
javax.annotation-api-1.3.2-3.0.2

How to add a dependency to Maven

Add the following org.rationalityfrontline.workaround : javax.annotation-api maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.rationalityfrontline.workaround</groupId>
    <artifactId>javax.annotation-api</artifactId>
    <version>1.3.2-3.0.2</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.rationalityfrontline.workaround : javax.annotation-api gradle dependency to your build.gradle file:

implementation 'org.rationalityfrontline.workaround:javax.annotation-api:1.3.2-3.0.2'

Gradle Kotlin DSL: Add the following org.rationalityfrontline.workaround : javax.annotation-api gradle kotlin dependency to your build.gradle.kts file:

implementation("org.rationalityfrontline.workaround:javax.annotation-api:1.3.2-3.0.2")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.rationalityfrontline.workaround : javax.annotation-api sbt scala dependency to your build.sbt file:

libraryDependencies += "org.rationalityfrontline.workaround" % "javax.annotation-api" % "1.3.2-3.0.2"