GroupId | GroupIdio.holunda.polyflow |
---|---|
ArtifactId | ArtifactIdpolyflow-taskpool-core |
Version | Version3.1.1 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/io.holunda.polyflow/polyflow-taskpool-core/ -->
<dependency>
<groupId>io.holunda.polyflow</groupId>
<artifactId>polyflow-taskpool-core</artifactId>
<version>3.1.1</version>
</dependency>
// https://jarcasting.com/artifacts/io.holunda.polyflow/polyflow-taskpool-core/
implementation 'io.holunda.polyflow:polyflow-taskpool-core:3.1.1'
// https://jarcasting.com/artifacts/io.holunda.polyflow/polyflow-taskpool-core/
implementation ("io.holunda.polyflow:polyflow-taskpool-core:3.1.1")
'io.holunda.polyflow:polyflow-taskpool-core:jar:3.1.1'
<dependency org="io.holunda.polyflow" name="polyflow-taskpool-core" rev="3.1.1">
<artifact name="polyflow-taskpool-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.holunda.polyflow', module='polyflow-taskpool-core', version='3.1.1')
)
libraryDependencies += "io.holunda.polyflow" % "polyflow-taskpool-core" % "3.1.1"
[io.holunda.polyflow/polyflow-taskpool-core "3.1.1"]