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