License |
License |
---|---|
Categories |
CategoriesJBoss Container Application Servers |
GroupId | GroupIdio.fabric8.jube.images.jboss |
ArtifactId | ArtifactIddeployer |
Version | Version2.2.0 |
Type | Typejar |
Description |
DescriptionJube :: Images :: JBoss :: Deployer
Provides a pure Java implementation of a Kubernetes-like container orchestration layer.
|
Project Organization |
Project Organization |
Filename | Size |
---|---|
deployer-2.2.0.pom | |
deployer-2.2.0.jar | 9 KB |
deployer-2.2.0-sources.jar | 3 KB |
deployer-2.2.0-javadoc.jar | 39 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.fabric8.jube.images.jboss/deployer/ -->
<dependency>
<groupId>io.fabric8.jube.images.jboss</groupId>
<artifactId>deployer</artifactId>
<version>2.2.0</version>
</dependency>
// https://jarcasting.com/artifacts/io.fabric8.jube.images.jboss/deployer/
implementation 'io.fabric8.jube.images.jboss:deployer:2.2.0'
// https://jarcasting.com/artifacts/io.fabric8.jube.images.jboss/deployer/
implementation ("io.fabric8.jube.images.jboss:deployer:2.2.0")
'io.fabric8.jube.images.jboss:deployer:jar:2.2.0'
<dependency org="io.fabric8.jube.images.jboss" name="deployer" rev="2.2.0">
<artifact name="deployer" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.fabric8.jube.images.jboss', module='deployer', version='2.2.0')
)
libraryDependencies += "io.fabric8.jube.images.jboss" % "deployer" % "2.2.0"
[io.fabric8.jube.images.jboss/deployer "2.2.0"]
Group / Artifact | Type | Version |
---|---|---|
org.wildfly : wildfly-controller-client | jar | 8.2.0.Final |