MVN

com.mgmtp.perfload : perfload-client

Maven & Gradle

Jun 07, 2016
1 usages
1 stars

mgm perfLoad Client · mgm perfLoad Client

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

Latest Version

Choose a version of com.mgmtp.perfload : perfload-client 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-client to add to Maven or Gradle - All Versions:

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

How to add a dependency to Maven

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

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

How to add a dependency to Gradle

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

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

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

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

How to add a dependency to SBT Scala

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

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