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