| GroupId | GroupIdio.github.portlek |
|---|---|
| ArtifactId | ArtifactIdworkload |
| Version | Version1.7 |
| Type | Typejar |
| Filename | Size |
|---|---|
| workload-1.7.pom | |
| workload-1.7.jar | 7 KB |
| workload-1.7-sources.jar | 9 KB |
| workload-1.7-javadoc.jar | 50 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/io.github.portlek/workload/ -->
<dependency>
<groupId>io.github.portlek</groupId>
<artifactId>workload</artifactId>
<version>1.7</version>
</dependency>
// https://jarcasting.com/artifacts/io.github.portlek/workload/
implementation 'io.github.portlek:workload:1.7'
// https://jarcasting.com/artifacts/io.github.portlek/workload/
implementation ("io.github.portlek:workload:1.7")
'io.github.portlek:workload:jar:1.7'
<dependency org="io.github.portlek" name="workload" rev="1.7">
<artifact name="workload" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.github.portlek', module='workload', version='1.7')
)
libraryDependencies += "io.github.portlek" % "workload" % "1.7"
[io.github.portlek/workload "1.7"]