License |
License |
---|---|
GroupId | GroupIdio.fabric8.jube |
ArtifactId | ArtifactIdconsole |
Version | Version2.2.0 |
Type | Typewar |
Description |
DescriptionJube :: Console
Provides a pure Java implementation of a Kubernetes-like container orchestration layer.
|
Project Organization |
Project Organization |
Filename | Size |
---|---|
console-2.2.0.pom | |
console-2.2.0.war | 11 MB |
console-2.2.0-javadoc.jar | 333 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/io.fabric8.jube/console/ -->
<dependency>
<groupId>io.fabric8.jube</groupId>
<artifactId>console</artifactId>
<version>2.2.0</version>
<type>war</type>
</dependency>
// https://jarcasting.com/artifacts/io.fabric8.jube/console/
implementation 'io.fabric8.jube:console:2.2.0'
// https://jarcasting.com/artifacts/io.fabric8.jube/console/
implementation ("io.fabric8.jube:console:2.2.0")
'io.fabric8.jube:console:war:2.2.0'
<dependency org="io.fabric8.jube" name="console" rev="2.2.0">
<artifact name="console" type="war" />
</dependency>
@Grapes(
@Grab(group='io.fabric8.jube', module='console', version='2.2.0')
)
libraryDependencies += "io.fabric8.jube" % "console" % "2.2.0"
[io.fabric8.jube/console "2.2.0"]
Group / Artifact | Type | Version |
---|---|---|
io.hawt : hawtio-web | war | 1.4.51 |
Group / Artifact | Type | Version |
---|---|---|
javax.servlet : servlet-api | jar |