License |
License |
---|---|
Categories |
CategoriesCLI User Interface |
GroupId | GroupIduk.gov.gchq.palisade |
ArtifactId | ArtifactIdclient-shell |
Last Version | Last Version0.5.1-RELEASE |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionGCHQ Palisade - Spring Shell Client
The Palisade Shell provides a interactive CLI REPL for access to a cluster and its resources.
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
<!-- https://jarcasting.com/artifacts/uk.gov.gchq.palisade/client-shell/ -->
<dependency>
<groupId>uk.gov.gchq.palisade</groupId>
<artifactId>client-shell</artifactId>
<version>0.5.1-RELEASE</version>
</dependency>
// https://jarcasting.com/artifacts/uk.gov.gchq.palisade/client-shell/
implementation 'uk.gov.gchq.palisade:client-shell:0.5.1-RELEASE'
// https://jarcasting.com/artifacts/uk.gov.gchq.palisade/client-shell/
implementation ("uk.gov.gchq.palisade:client-shell:0.5.1-RELEASE")
'uk.gov.gchq.palisade:client-shell:jar:0.5.1-RELEASE'
<dependency org="uk.gov.gchq.palisade" name="client-shell" rev="0.5.1-RELEASE">
<artifact name="client-shell" type="jar" />
</dependency>
@Grapes(
@Grab(group='uk.gov.gchq.palisade', module='client-shell', version='0.5.1-RELEASE')
)
libraryDependencies += "uk.gov.gchq.palisade" % "client-shell" % "0.5.1-RELEASE"
[uk.gov.gchq.palisade/client-shell "0.5.1-RELEASE"]
Group / Artifact | Type | Version |
---|---|---|
uk.gov.gchq.palisade : client-java | jar | 0.5.1-RELEASE |
org.springframework.shell : spring-shell-starter | jar | 2.0.0.RELEASE |
org.springframework.boot : spring-boot-starter-aop | jar | 2.3.1.RELEASE |