GroupId | GroupIdio.fabric8.jube |
---|---|
ArtifactId | ArtifactIdconsole |
Version | Version2.0.28 |
Type | Typewar |
Filename | Size |
---|---|
console-2.0.28.pom | |
console-2.0.28.war | 11 MB |
console-2.0.28-javadoc.jar | 333 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/io.fabric8.jube/console/ -->
<dependency>
<groupId>io.fabric8.jube</groupId>
<artifactId>console</artifactId>
<version>2.0.28</version>
<type>war</type>
</dependency>
// https://jarcasting.com/artifacts/io.fabric8.jube/console/
implementation 'io.fabric8.jube:console:2.0.28'
// https://jarcasting.com/artifacts/io.fabric8.jube/console/
implementation ("io.fabric8.jube:console:2.0.28")
'io.fabric8.jube:console:war:2.0.28'
<dependency org="io.fabric8.jube" name="console" rev="2.0.28">
<artifact name="console" type="war" />
</dependency>
@Grapes(
@Grab(group='io.fabric8.jube', module='console', version='2.0.28')
)
libraryDependencies += "io.fabric8.jube" % "console" % "2.0.28"
[io.fabric8.jube/console "2.0.28"]