MVN

com.microfocus.sv : SVConfigurator

Maven & Gradle

Dec 22, 2022
0 stars

SV Configurator · Service Virtualization Configurator

<dependency>
    <groupId>com.microfocus.sv</groupId>
    <artifactId>SVConfigurator</artifactId>
    <version>5.8</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.microfocus.sv : SVConfigurator to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 5.8

All Versions

Choose a version of com.microfocus.sv : SVConfigurator to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
5.8
SVConfigurator-5.8
5.5
SVConfigurator-5.5
5.4.x
SVConfigurator-5.4.1

How to add a dependency to Maven

Add the following com.microfocus.sv : SVConfigurator maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.microfocus.sv</groupId>
    <artifactId>SVConfigurator</artifactId>
    <version>5.8</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.microfocus.sv : SVConfigurator gradle dependency to your build.gradle file:

implementation 'com.microfocus.sv:SVConfigurator:5.8'

Gradle Kotlin DSL: Add the following com.microfocus.sv : SVConfigurator gradle kotlin dependency to your build.gradle.kts file:

implementation("com.microfocus.sv:SVConfigurator:5.8")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.microfocus.sv : SVConfigurator sbt scala dependency to your build.sbt file:

libraryDependencies += "com.microfocus.sv" % "SVConfigurator" % "5.8"