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