MVN

com.mgmtp.perfload : perfload-clientserver

Maven & Gradle

Jun 07, 2016
1 stars

mgm perfLoad Client-Server · mgm perfLoad Client-Server

<dependency>
    <groupId>com.mgmtp.perfload</groupId>
    <artifactId>perfload-clientserver</artifactId>
    <version>4.7.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.mgmtp.perfload : perfload-clientserver to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 4.7.1
  • Latest Beta: 4.8.0-beta-2

All Versions

Choose a version of com.mgmtp.perfload : perfload-clientserver to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
4.8.x
perfload-clientserver-4.8.0-beta-2
perfload-clientserver-4.8.0-beta-1
4.7.x
perfload-clientserver-4.7.1
perfload-clientserver-4.7.0
4.6.x
perfload-clientserver-4.6.0

How to add a dependency to Maven

Add the following com.mgmtp.perfload : perfload-clientserver maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.mgmtp.perfload</groupId>
    <artifactId>perfload-clientserver</artifactId>
    <version>4.7.1</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.mgmtp.perfload : perfload-clientserver gradle dependency to your build.gradle file:

implementation 'com.mgmtp.perfload:perfload-clientserver:4.7.1'

Gradle Kotlin DSL: Add the following com.mgmtp.perfload : perfload-clientserver gradle kotlin dependency to your build.gradle.kts file:

implementation("com.mgmtp.perfload:perfload-clientserver:4.7.1")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.mgmtp.perfload : perfload-clientserver sbt scala dependency to your build.sbt file:

libraryDependencies += "com.mgmtp.perfload" % "perfload-clientserver" % "4.7.1"

Advertisement