| Categories | 
                CategoriesCLI User Interface | 
        
|---|---|
| GroupId | GroupIdcom.mgmtp.perfload | 
    
| ArtifactId | ArtifactIdperfload-client | 
    
| Version | Version4.8.0-beta-1 | 
        
| Type | Typejar | 
    
<!-- https://jarcasting.com/artifacts/com.mgmtp.perfload/perfload-client/ -->
<dependency>
    <groupId>com.mgmtp.perfload</groupId>
    <artifactId>perfload-client</artifactId>
    <version>4.8.0-beta-1</version>
</dependency>
                // https://jarcasting.com/artifacts/com.mgmtp.perfload/perfload-client/
implementation 'com.mgmtp.perfload:perfload-client:4.8.0-beta-1'
                // https://jarcasting.com/artifacts/com.mgmtp.perfload/perfload-client/
implementation ("com.mgmtp.perfload:perfload-client:4.8.0-beta-1")
                'com.mgmtp.perfload:perfload-client:jar:4.8.0-beta-1'
                <dependency org="com.mgmtp.perfload" name="perfload-client" rev="4.8.0-beta-1">
  <artifact name="perfload-client" type="jar" />
</dependency>
                @Grapes(
@Grab(group='com.mgmtp.perfload', module='perfload-client', version='4.8.0-beta-1')
)
                libraryDependencies += "com.mgmtp.perfload" % "perfload-client" % "4.8.0-beta-1"
                [com.mgmtp.perfload/perfload-client "4.8.0-beta-1"]