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