GroupId | GroupIdio.fabric8.jube |
---|---|
ArtifactId | ArtifactIdprocess-manager |
Version | Version2.0.11 |
Type | Typejar |
Filename | Size |
---|---|
process-manager-2.0.11.pom | |
process-manager-2.0.11.jar | 57 KB |
process-manager-2.0.11-sources.jar | 36 KB |
process-manager-2.0.11-javadoc.jar | 187 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.fabric8.jube/process-manager/ -->
<dependency>
<groupId>io.fabric8.jube</groupId>
<artifactId>process-manager</artifactId>
<version>2.0.11</version>
</dependency>
// https://jarcasting.com/artifacts/io.fabric8.jube/process-manager/
implementation 'io.fabric8.jube:process-manager:2.0.11'
// https://jarcasting.com/artifacts/io.fabric8.jube/process-manager/
implementation ("io.fabric8.jube:process-manager:2.0.11")
'io.fabric8.jube:process-manager:jar:2.0.11'
<dependency org="io.fabric8.jube" name="process-manager" rev="2.0.11">
<artifact name="process-manager" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.fabric8.jube', module='process-manager', version='2.0.11')
)
libraryDependencies += "io.fabric8.jube" % "process-manager" % "2.0.11"
[io.fabric8.jube/process-manager "2.0.11"]