License |
License |
---|---|
Categories |
CategoriesDocker Container Virtualization Tools |
GroupId | GroupIdio.fabric8.docker |
ArtifactId | ArtifactIdkaraf |
Last Version | Last Version1.3.1 |
Release Date | Release Date |
Type | Typepom |
Description |
DescriptionFabric8 :: Docker :: Platforms :: Karaf
Sonatype helps open source projects to set up Maven repositories on https://oss.sonatype.org/
|
Project Organization |
Project Organization |
Filename | Size |
---|---|
karaf-1.3.1.pom | 1 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.fabric8.docker/karaf/ -->
<dependency>
<groupId>io.fabric8.docker</groupId>
<artifactId>karaf</artifactId>
<version>1.3.1</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/io.fabric8.docker/karaf/
implementation 'io.fabric8.docker:karaf:1.3.1'
// https://jarcasting.com/artifacts/io.fabric8.docker/karaf/
implementation ("io.fabric8.docker:karaf:1.3.1")
'io.fabric8.docker:karaf:pom:1.3.1'
<dependency org="io.fabric8.docker" name="karaf" rev="1.3.1">
<artifact name="karaf" type="pom" />
</dependency>
@Grapes(
@Grab(group='io.fabric8.docker', module='karaf', version='1.3.1')
)
libraryDependencies += "io.fabric8.docker" % "karaf" % "1.3.1"
[io.fabric8.docker/karaf "1.3.1"]