MVN

de.gdata : vaas

Maven & Gradle

Aug 23, 2023
37 stars

G DATA VaaS · Verdict-as-a-Service (VaaS) is a service that provides a platform for scanning files for malware and other threats. It allows easy integration in your application. With a few lines of code, you can start scanning files for malware.

<dependency>
    <groupId>de.gdata</groupId>
    <artifactId>vaas</artifactId>
    <version>6.0.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of de.gdata : vaas to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 6.0.0

All Versions

Choose a version of de.gdata : vaas to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
6.0.x
vaas-6.0.0
5.2.x
vaas-5.2.0
5.1.x
vaas-5.1.0
5.0.x
vaas-5.0.0
4.2.x
vaas-4.2.2
vaas-4.2.1
vaas-4.2.0
4.1.x
vaas-4.1.0
4.0.x
vaas-4.0.0
3.1.x
vaas-3.1.3
vaas-3.1.2
vaas-3.1.1
vaas-3.1.0
3.0.x
vaas-3.0.1
vaas-3.0.0
2.0.x
vaas-2.0.0
1.1.x
vaas-1.1.0
1.0.x
vaas-1.0.3
vaas-1.0.2
vaas-1.0.1
vaas-1.0.0
0.0.x
vaas-0.0.2
vaas-0.0.1
vaas-0.0.0

How to add a dependency to Maven

Add the following de.gdata : vaas maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>de.gdata</groupId>
    <artifactId>vaas</artifactId>
    <version>6.0.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following de.gdata : vaas gradle dependency to your build.gradle file:

implementation 'de.gdata:vaas:6.0.0'

Gradle Kotlin DSL: Add the following de.gdata : vaas gradle kotlin dependency to your build.gradle.kts file:

implementation("de.gdata:vaas:6.0.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following de.gdata : vaas sbt scala dependency to your build.sbt file:

libraryDependencies += "de.gdata" % "vaas" % "6.0.0"