MVN

com.blackducksoftware.integration : protex-wrapped-sdk

Maven & Gradle

Jul 22, 2016
1 usages
1 stars

Suite SDK Integration library for Protex API 7.2.0

<dependency>
    <groupId>com.blackducksoftware.integration</groupId>
    <artifactId>protex-wrapped-sdk</artifactId>
    <version>7.2.0.1.0.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.blackducksoftware.integration : protex-wrapped-sdk to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 7.2.0.1.0.1

All Versions

Choose a version of com.blackducksoftware.integration : protex-wrapped-sdk to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
7.2.x
protex-wrapped-sdk-7.2.0.1.0.1

How to add a dependency to Maven

Add the following com.blackducksoftware.integration : protex-wrapped-sdk maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.blackducksoftware.integration</groupId>
    <artifactId>protex-wrapped-sdk</artifactId>
    <version>7.2.0.1.0.1</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.blackducksoftware.integration : protex-wrapped-sdk gradle dependency to your build.gradle file:

implementation 'com.blackducksoftware.integration:protex-wrapped-sdk:7.2.0.1.0.1'

Gradle Kotlin DSL: Add the following com.blackducksoftware.integration : protex-wrapped-sdk gradle kotlin dependency to your build.gradle.kts file:

implementation("com.blackducksoftware.integration:protex-wrapped-sdk:7.2.0.1.0.1")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.blackducksoftware.integration : protex-wrapped-sdk sbt scala dependency to your build.sbt file:

libraryDependencies += "com.blackducksoftware.integration" % "protex-wrapped-sdk" % "7.2.0.1.0.1"