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