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