MVN

hudson.plugins.sctmexecutor : SCTMExecutor

Maven & Gradle

Aug 01, 2011

SCTMExecutor · This plug-in allows executions on a Borland SilkCentral Test Manager 2008 R2 or later.

<dependency>
    <groupId>hudson.plugins.sctmexecutor</groupId>
    <artifactId>SCTMExecutor</artifactId>
    <version>1.2</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of hudson.plugins.sctmexecutor : SCTMExecutor to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.2

All Versions

Choose a version of hudson.plugins.sctmexecutor : SCTMExecutor to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.5.x
SCTMExecutor-1.5.1
CVE-2019-16568
1.5
SCTMExecutor-1.5
CVE-2019-16568
1.2
SCTMExecutor-1.2
CVE-2019-16568
1.1.x
SCTMExecutor-1.1.1
CVE-2019-16568
1.1
SCTMExecutor-1.1
CVE-2019-16568
1.0
SCTMExecutor-1.0
CVE-2019-16568
0.6
SCTMExecutor-0.6
CVE-2019-16568
0.5
SCTMExecutor-0.5
CVE-2019-16568
0.4
SCTMExecutor-0.4
CVE-2019-16568
0.3
SCTMExecutor-0.3
CVE-2019-16568

How to add a dependency to Maven

Add the following hudson.plugins.sctmexecutor : SCTMExecutor maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>hudson.plugins.sctmexecutor</groupId>
    <artifactId>SCTMExecutor</artifactId>
    <version>1.2</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following hudson.plugins.sctmexecutor : SCTMExecutor gradle dependency to your build.gradle file:

implementation 'hudson.plugins.sctmexecutor:SCTMExecutor:1.2'

Gradle Kotlin DSL: Add the following hudson.plugins.sctmexecutor : SCTMExecutor gradle kotlin dependency to your build.gradle.kts file:

implementation("hudson.plugins.sctmexecutor:SCTMExecutor:1.2")

How to add a dependency to SBT Scala

SBT Scala: Add the following hudson.plugins.sctmexecutor : SCTMExecutor sbt scala dependency to your build.sbt file:

libraryDependencies += "hudson.plugins.sctmexecutor" % "SCTMExecutor" % "1.2"