Categories |
CategoriesCLI User Interface |
---|---|
GroupId | GroupIdcom.mgmtp.perfload |
ArtifactId | ArtifactIdperfload-client |
Version | Version4.6.0 |
Type | Typejar |
Filename | Size |
---|---|
perfload-client-4.6.0.pom | |
perfload-client-4.6.0.jar | 76 KB |
perfload-client-4.6.0-sources.jar | 65 KB |
perfload-client-4.6.0-javadoc.jar | 291 KB |
perfload-client-4.6.0-dist.zip | 5 MB |
Browse |
<!-- https://jarcasting.com/artifacts/com.mgmtp.perfload/perfload-client/ -->
<dependency>
<groupId>com.mgmtp.perfload</groupId>
<artifactId>perfload-client</artifactId>
<version>4.6.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.mgmtp.perfload/perfload-client/
implementation 'com.mgmtp.perfload:perfload-client:4.6.0'
// https://jarcasting.com/artifacts/com.mgmtp.perfload/perfload-client/
implementation ("com.mgmtp.perfload:perfload-client:4.6.0")
'com.mgmtp.perfload:perfload-client:jar:4.6.0'
<dependency org="com.mgmtp.perfload" name="perfload-client" rev="4.6.0">
<artifact name="perfload-client" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.mgmtp.perfload', module='perfload-client', version='4.6.0')
)
libraryDependencies += "com.mgmtp.perfload" % "perfload-client" % "4.6.0"
[com.mgmtp.perfload/perfload-client "4.6.0"]