MVN

com.neuvector : scanner

Maven & Gradle

Apr 11, 2023
1 stars

NeuVector Scanner API · The NeuVector Scanner API is a Java toolkit for scanning docker repositories and docker images.

<dependency>
    <groupId>com.neuvector</groupId>
    <artifactId>scanner</artifactId>
    <version>1.10</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.neuvector : scanner to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.10

All Versions

Choose a version of com.neuvector : scanner to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.10
scanner-1.10
1.9
scanner-1.9
1.8
scanner-1.8
1.7
scanner-1.7
1.6
scanner-1.6
1.5
scanner-1.5
1.4
scanner-1.4
1.3
scanner-1.3
1.2
scanner-1.2
1.1
scanner-1.1

How to add a dependency to Maven

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

<dependency>
    <groupId>com.neuvector</groupId>
    <artifactId>scanner</artifactId>
    <version>1.10</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.neuvector : scanner gradle dependency to your build.gradle file:

implementation 'com.neuvector:scanner:1.10'

Gradle Kotlin DSL: Add the following com.neuvector : scanner gradle kotlin dependency to your build.gradle.kts file:

implementation("com.neuvector:scanner:1.10")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.neuvector : scanner sbt scala dependency to your build.sbt file:

libraryDependencies += "com.neuvector" % "scanner" % "1.10"

Advertisement