License |
License |
---|---|
GroupId | GroupIdcom.github.isdream |
ArtifactId | ArtifactIdcluster-dispatcher |
Last Version | Last Version1.2.1 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptioncluster-dispatcher
cluster-dispatcher is an open source pod, which
is the smallest deployable units created and managed
in Kubernetes-based platform, management tools based
on key-value styles
|
Project URL |
Project URL |
Filename | Size |
---|---|
cluster-dispatcher-1.2.1.pom | |
cluster-dispatcher-1.2.1.jar | 37 KB |
cluster-dispatcher-1.2.1-sources.jar | 30 KB |
cluster-dispatcher-1.2.1-javadoc.jar | 175 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.isdream/cluster-dispatcher/ -->
<dependency>
<groupId>com.github.isdream</groupId>
<artifactId>cluster-dispatcher</artifactId>
<version>1.2.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.isdream/cluster-dispatcher/
implementation 'com.github.isdream:cluster-dispatcher:1.2.1'
// https://jarcasting.com/artifacts/com.github.isdream/cluster-dispatcher/
implementation ("com.github.isdream:cluster-dispatcher:1.2.1")
'com.github.isdream:cluster-dispatcher:jar:1.2.1'
<dependency org="com.github.isdream" name="cluster-dispatcher" rev="1.2.1">
<artifact name="cluster-dispatcher" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.isdream', module='cluster-dispatcher', version='1.2.1')
)
libraryDependencies += "com.github.isdream" % "cluster-dispatcher" % "1.2.1"
[com.github.isdream/cluster-dispatcher "1.2.1"]
Group / Artifact | Type | Version |
---|---|---|
io.fabric8 : kubernetes-client | jar | 3.1.8 |
io.fabric8 : openshift-client | jar | 3.1.8 |
com.github.docker-java : docker-java | jar | 3.0.14 |
org.yaml : snakeyaml | jar | 1.19 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 3.8.1 |