MVN

edu.ucr.cs.riple.annotator : annotator-scanner

Maven & Gradle

Jul 28, 2023
11 stars

Annotator · A tool that automatically fixes source code to pass NullAway checks.

<dependency>
    <groupId>edu.ucr.cs.riple.annotator</groupId>
    <artifactId>annotator-scanner</artifactId>
    <version>1.3.8</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of edu.ucr.cs.riple.annotator : annotator-scanner to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.3.8
  • Latest Alpha: 1.3.6-alpha-5

All Versions

Choose a version of edu.ucr.cs.riple.annotator : annotator-scanner to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.3.x
annotator-scanner-1.3.8
annotator-scanner-1.3.7
annotator-scanner-1.3.6
annotator-scanner-1.3.6-alpha-5
annotator-scanner-1.3.6-alpha-4
annotator-scanner-1.3.6-alpha-3
annotator-scanner-1.3.6-alpha-2
annotator-scanner-1.3.6-alpha-1
annotator-scanner-1.3.5
annotator-scanner-1.3.4

How to add a dependency to Maven

Add the following edu.ucr.cs.riple.annotator : annotator-scanner maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>edu.ucr.cs.riple.annotator</groupId>
    <artifactId>annotator-scanner</artifactId>
    <version>1.3.8</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following edu.ucr.cs.riple.annotator : annotator-scanner gradle dependency to your build.gradle file:

implementation 'edu.ucr.cs.riple.annotator:annotator-scanner:1.3.8'

Gradle Kotlin DSL: Add the following edu.ucr.cs.riple.annotator : annotator-scanner gradle kotlin dependency to your build.gradle.kts file:

implementation("edu.ucr.cs.riple.annotator:annotator-scanner:1.3.8")

How to add a dependency to SBT Scala

SBT Scala: Add the following edu.ucr.cs.riple.annotator : annotator-scanner sbt scala dependency to your build.sbt file:

libraryDependencies += "edu.ucr.cs.riple.annotator" % "annotator-scanner" % "1.3.8"