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