GroupId | GroupIdcom.github.myzhan |
---|---|
ArtifactId | ArtifactIdlocust4j |
Version | Version1.0.13 |
Type | Typejar |
Filename | Size |
---|---|
locust4j-1.0.13.pom | |
locust4j-1.0.13.jar | 53 KB |
locust4j-1.0.13-sources.jar | 24 KB |
locust4j-1.0.13-javadoc.jar | 193 KB |
locust4j-1.0.13-jar-with-dependencies.jar | 643 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.myzhan/locust4j/ -->
<dependency>
<groupId>com.github.myzhan</groupId>
<artifactId>locust4j</artifactId>
<version>1.0.13</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.myzhan/locust4j/
implementation 'com.github.myzhan:locust4j:1.0.13'
// https://jarcasting.com/artifacts/com.github.myzhan/locust4j/
implementation ("com.github.myzhan:locust4j:1.0.13")
'com.github.myzhan:locust4j:jar:1.0.13'
<dependency org="com.github.myzhan" name="locust4j" rev="1.0.13">
<artifact name="locust4j" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.myzhan', module='locust4j', version='1.0.13')
)
libraryDependencies += "com.github.myzhan" % "locust4j" % "1.0.13"
[com.github.myzhan/locust4j "1.0.13"]