| License |
License |
|---|---|
| GroupId | GroupIdcom.github.isdream |
| ArtifactId | ArtifactIdcluster-watcher |
| Last Version | Last Version1.1.2 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
Descriptioncluster-watcher
cluster-watcher is an open source data synchronizer
tool for Kubernetes-based platform.
|
| Project URL |
Project URL |
| Filename | Size |
|---|---|
| cluster-watcher-1.1.2.pom | |
| cluster-watcher-1.1.2.jar | 11 KB |
| cluster-watcher-1.1.2-sources.jar | 9 KB |
| cluster-watcher-1.1.2-javadoc.jar | 81 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.github.isdream/cluster-watcher/ -->
<dependency>
<groupId>com.github.isdream</groupId>
<artifactId>cluster-watcher</artifactId>
<version>1.1.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.isdream/cluster-watcher/
implementation 'com.github.isdream:cluster-watcher:1.1.2'
// https://jarcasting.com/artifacts/com.github.isdream/cluster-watcher/
implementation ("com.github.isdream:cluster-watcher:1.1.2")
'com.github.isdream:cluster-watcher:jar:1.1.2'
<dependency org="com.github.isdream" name="cluster-watcher" rev="1.1.2">
<artifact name="cluster-watcher" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.isdream', module='cluster-watcher', version='1.1.2')
)
libraryDependencies += "com.github.isdream" % "cluster-watcher" % "1.1.2"
[com.github.isdream/cluster-watcher "1.1.2"]
| Group / Artifact | Type | Version |
|---|---|---|
| com.github.isdream : cluster-dispatcher | jar | 1.1.1 |
| io.fabric8 : kubernetes-client | jar | 3.1.7 |
| io.fabric8 : openshift-client | jar | 3.1.7 |
| Group / Artifact | Type | Version |
|---|---|---|
| junit : junit | jar | 4.12 |