MVN

com.sap.research.security.vulas : shared

Maven & Gradle

Sep 25, 2020
11 usages
462 stars

Shared classes · Contains class definitions shared between the different Vulas modules. They can be classified as follows: Classes for JSON (de)serialization, classes supporting service connectivity, utility classes and classes used to ensure consistency across modules.

<dependency>
    <groupId>com.sap.research.security.vulas</groupId>
    <artifactId>shared</artifactId>
    <version>3.1.15</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.sap.research.security.vulas : shared to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 3.1.15

All Versions

Choose a version of com.sap.research.security.vulas : shared to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
3.1.x
shared-3.1.15
shared-3.1.14
shared-3.1.13
shared-3.1.12
shared-3.1.11
shared-3.1.10
shared-3.1.9
shared-3.1.8
shared-3.1.7
shared-3.1.6

How to add a dependency to Maven

Add the following com.sap.research.security.vulas : shared maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.sap.research.security.vulas</groupId>
    <artifactId>shared</artifactId>
    <version>3.1.15</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.sap.research.security.vulas : shared gradle dependency to your build.gradle file:

implementation 'com.sap.research.security.vulas:shared:3.1.15'

Gradle Kotlin DSL: Add the following com.sap.research.security.vulas : shared gradle kotlin dependency to your build.gradle.kts file:

implementation("com.sap.research.security.vulas:shared:3.1.15")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.sap.research.security.vulas : shared sbt scala dependency to your build.sbt file:

libraryDependencies += "com.sap.research.security.vulas" % "shared" % "3.1.15"

Advertisement