MVN

com.veracode.annotation : VeracodeAnnotations

Maven & Gradle

Apr 24, 2018
2 stars

Annotations used by Veracode's software analysis framework

<dependency>
    <groupId>com.veracode.annotation</groupId>
    <artifactId>VeracodeAnnotations</artifactId>
    <version>1.2.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.veracode.annotation : VeracodeAnnotations to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.2.1

All Versions

Choose a version of com.veracode.annotation : VeracodeAnnotations to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.2.x
VeracodeAnnotations-1.2.1
1.0.x
VeracodeAnnotations-1.0.4

How to add a dependency to Maven

Add the following com.veracode.annotation : VeracodeAnnotations maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.veracode.annotation</groupId>
    <artifactId>VeracodeAnnotations</artifactId>
    <version>1.2.1</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.veracode.annotation : VeracodeAnnotations gradle dependency to your build.gradle file:

implementation 'com.veracode.annotation:VeracodeAnnotations:1.2.1'

Gradle Kotlin DSL: Add the following com.veracode.annotation : VeracodeAnnotations gradle kotlin dependency to your build.gradle.kts file:

implementation("com.veracode.annotation:VeracodeAnnotations:1.2.1")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.veracode.annotation : VeracodeAnnotations sbt scala dependency to your build.sbt file:

libraryDependencies += "com.veracode.annotation" % "VeracodeAnnotations" % "1.2.1"

Advertisement