GroupId | GroupIdio.fabric8.jube.images.fabric8 |
---|---|
ArtifactId | ArtifactIdbrackets |
Version | Version2.0.44 |
Type | Typejar |
Filename | Size |
---|---|
brackets-2.0.44.pom | |
brackets-2.0.44.jar | 2 KB |
brackets-2.0.44-kubernetes.json | 754 bytes |
brackets-2.0.44-javadoc.jar | 333 bytes |
brackets-2.0.44-app.zip | 1 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.fabric8.jube.images.fabric8/brackets/ -->
<dependency>
<groupId>io.fabric8.jube.images.fabric8</groupId>
<artifactId>brackets</artifactId>
<version>2.0.44</version>
</dependency>
// https://jarcasting.com/artifacts/io.fabric8.jube.images.fabric8/brackets/
implementation 'io.fabric8.jube.images.fabric8:brackets:2.0.44'
// https://jarcasting.com/artifacts/io.fabric8.jube.images.fabric8/brackets/
implementation ("io.fabric8.jube.images.fabric8:brackets:2.0.44")
'io.fabric8.jube.images.fabric8:brackets:jar:2.0.44'
<dependency org="io.fabric8.jube.images.fabric8" name="brackets" rev="2.0.44">
<artifact name="brackets" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.fabric8.jube.images.fabric8', module='brackets', version='2.0.44')
)
libraryDependencies += "io.fabric8.jube.images.fabric8" % "brackets" % "2.0.44"
[io.fabric8.jube.images.fabric8/brackets "2.0.44"]