MVN

org.whitesource : wss-unified-agent-modules

Maven & Gradle

Aug 05, 2019
2 usages
<dependency>
    <groupId>org.whitesource</groupId>
    <artifactId>wss-unified-agent-modules</artifactId>
    <version>19.7.3</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.whitesource : wss-unified-agent-modules to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 19.7.3

All Versions

Choose a version of org.whitesource : wss-unified-agent-modules to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
19.7.x
wss-unified-agent-modules-19.7.3
19.6.x
wss-unified-agent-modules-19.6.1
19.5.x
wss-unified-agent-modules-19.5.3.1
wss-unified-agent-modules-19.5.2
wss-unified-agent-modules-19.5.1.2
wss-unified-agent-modules-19.5.1
19.4.x
wss-unified-agent-modules-19.4.2.1
wss-unified-agent-modules-19.4.2
19.3.x
wss-unified-agent-modules-19.3.1
19.2.x
wss-unified-agent-modules-19.2.2.2
wss-unified-agent-modules-19.2.1

How to add a dependency to Maven

Add the following org.whitesource : wss-unified-agent-modules maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.whitesource</groupId>
    <artifactId>wss-unified-agent-modules</artifactId>
    <version>19.7.3</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.whitesource : wss-unified-agent-modules gradle dependency to your build.gradle file:

implementation 'org.whitesource:wss-unified-agent-modules:19.7.3'

Gradle Kotlin DSL: Add the following org.whitesource : wss-unified-agent-modules gradle kotlin dependency to your build.gradle.kts file:

implementation("org.whitesource:wss-unified-agent-modules:19.7.3")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.whitesource : wss-unified-agent-modules sbt scala dependency to your build.sbt file:

libraryDependencies += "org.whitesource" % "wss-unified-agent-modules" % "19.7.3"

Advertisement