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