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