License |
License |
---|---|
Categories |
CategoriesHazelcast Application Layer Libs Distributed Applications |
GroupId | GroupIdit.uliana.hazelcastshell |
ArtifactId | ArtifactIdhazelcast-shell |
Last Version | Last Version0.0.6 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionSpring Boot Hazelcast Shell
hazelcast shell command for spring-boot-starter-remote-shell
|
Project URL |
Project URL |
Filename | Size |
---|---|
hazelcast-shell-0.0.6.pom | |
hazelcast-shell-0.0.6.jar | 6 KB |
hazelcast-shell-0.0.6-sources.jar | 5 KB |
hazelcast-shell-0.0.6-javadoc.jar | 27 KB |
Browse |
<!-- https://jarcasting.com/artifacts/it.uliana.hazelcastshell/hazelcast-shell/ -->
<dependency>
<groupId>it.uliana.hazelcastshell</groupId>
<artifactId>hazelcast-shell</artifactId>
<version>0.0.6</version>
</dependency>
// https://jarcasting.com/artifacts/it.uliana.hazelcastshell/hazelcast-shell/
implementation 'it.uliana.hazelcastshell:hazelcast-shell:0.0.6'
// https://jarcasting.com/artifacts/it.uliana.hazelcastshell/hazelcast-shell/
implementation ("it.uliana.hazelcastshell:hazelcast-shell:0.0.6")
'it.uliana.hazelcastshell:hazelcast-shell:jar:0.0.6'
<dependency org="it.uliana.hazelcastshell" name="hazelcast-shell" rev="0.0.6">
<artifact name="hazelcast-shell" type="jar" />
</dependency>
@Grapes(
@Grab(group='it.uliana.hazelcastshell', module='hazelcast-shell', version='0.0.6')
)
libraryDependencies += "it.uliana.hazelcastshell" % "hazelcast-shell" % "0.0.6"
[it.uliana.hazelcastshell/hazelcast-shell "0.0.6"]
Group / Artifact | Type | Version |
---|---|---|
com.hazelcast : hazelcast-client Optional | jar | 3.6.1 |
org.springframework.boot : spring-boot-starter-remote-shell | jar | 1.3.3.RELEASE |
org.springframework.boot : spring-boot-starter | jar | 1.3.3.RELEASE |
Group / Artifact | Type | Version |
---|---|---|
org.springframework.boot : spring-boot-starter-test | jar | 1.3.3.RELEASE |