MVN

de.rub.nds : scanner-core

Maven & Gradle

Jan 04, 2024
0 stars

Scanner Core · A generic scanner framework which can execute a set of probes and combine the results into a report.

<dependency>
    <groupId>de.rub.nds</groupId>
    <artifactId>scanner-core</artifactId>
    <version>5.3.4</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of de.rub.nds : scanner-core to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 5.3.4

All Versions

Choose a version of de.rub.nds : scanner-core to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
5.3.x
scanner-core-5.3.4

How to add a dependency to Maven

Add the following de.rub.nds : scanner-core maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>de.rub.nds</groupId>
    <artifactId>scanner-core</artifactId>
    <version>5.3.4</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following de.rub.nds : scanner-core gradle dependency to your build.gradle file:

implementation 'de.rub.nds:scanner-core:5.3.4'

Gradle Kotlin DSL: Add the following de.rub.nds : scanner-core gradle kotlin dependency to your build.gradle.kts file:

implementation("de.rub.nds:scanner-core:5.3.4")

How to add a dependency to SBT Scala

SBT Scala: Add the following de.rub.nds : scanner-core sbt scala dependency to your build.sbt file:

libraryDependencies += "de.rub.nds" % "scanner-core" % "5.3.4"