MVN

com.threatconnect.app : playbooks-test

Maven & Gradle

Aug 25, 2021
4 stars

Playbooks Test

<dependency>
    <groupId>com.threatconnect.app</groupId>
    <artifactId>playbooks-test</artifactId>
    <version>2.15.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.threatconnect.app : playbooks-test to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.15.0

All Versions

Choose a version of com.threatconnect.app : playbooks-test to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2.15.x
playbooks-test-2.15.0
2.14.x
playbooks-test-2.14.0
2.12.x
playbooks-test-2.12.2
playbooks-test-2.12.1
playbooks-test-2.12.0
2.11.x
playbooks-test-2.11.3
playbooks-test-2.11.1
playbooks-test-2.11.0
2.10.x
playbooks-test-2.10.4
playbooks-test-2.10.2
playbooks-test-2.10.1
2.9.x
playbooks-test-2.9.3
playbooks-test-2.9.2
playbooks-test-2.9.1
playbooks-test-2.9.0
2.8.x
playbooks-test-2.8.0
2.7.x
playbooks-test-2.7.5
playbooks-test-2.7.3
playbooks-test-2.7.0

How to add a dependency to Maven

Add the following com.threatconnect.app : playbooks-test maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.threatconnect.app</groupId>
    <artifactId>playbooks-test</artifactId>
    <version>2.15.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.threatconnect.app : playbooks-test gradle dependency to your build.gradle file:

implementation 'com.threatconnect.app:playbooks-test:2.15.0'

Gradle Kotlin DSL: Add the following com.threatconnect.app : playbooks-test gradle kotlin dependency to your build.gradle.kts file:

implementation("com.threatconnect.app:playbooks-test:2.15.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.threatconnect.app : playbooks-test sbt scala dependency to your build.sbt file:

libraryDependencies += "com.threatconnect.app" % "playbooks-test" % "2.15.0"