GroupId | GroupIdio.fabric8.jube |
---|---|
ArtifactId | ArtifactIdconsole |
Version | Version2.0.26 |
Type | Typewar |
Filename | Size |
---|---|
console-2.0.26.pom | |
console-2.0.26.war | 11 MB |
console-2.0.26-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.26</version>
<type>war</type>
</dependency>
// https://jarcasting.com/artifacts/io.fabric8.jube/console/
implementation 'io.fabric8.jube:console:2.0.26'
// https://jarcasting.com/artifacts/io.fabric8.jube/console/
implementation ("io.fabric8.jube:console:2.0.26")
'io.fabric8.jube:console:war:2.0.26'
<dependency org="io.fabric8.jube" name="console" rev="2.0.26">
<artifact name="console" type="war" />
</dependency>
@Grapes(
@Grab(group='io.fabric8.jube', module='console', version='2.0.26')
)
libraryDependencies += "io.fabric8.jube" % "console" % "2.0.26"
[io.fabric8.jube/console "2.0.26"]