License |
License |
---|---|
GroupId | GroupIduk.gov.gchq.palisade |
ArtifactId | ArtifactIddeployment-k8s |
Last Version | Last Version0.5.1-RELEASE |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionGCHQ Palisade - Kubernetes Deployment
Copies jars to mounted shared persistent volumes on container start.
|
<!-- https://jarcasting.com/artifacts/uk.gov.gchq.palisade/deployment-k8s/ -->
<dependency>
<groupId>uk.gov.gchq.palisade</groupId>
<artifactId>deployment-k8s</artifactId>
<version>0.5.1-RELEASE</version>
</dependency>
// https://jarcasting.com/artifacts/uk.gov.gchq.palisade/deployment-k8s/
implementation 'uk.gov.gchq.palisade:deployment-k8s:0.5.1-RELEASE'
// https://jarcasting.com/artifacts/uk.gov.gchq.palisade/deployment-k8s/
implementation ("uk.gov.gchq.palisade:deployment-k8s:0.5.1-RELEASE")
'uk.gov.gchq.palisade:deployment-k8s:jar:0.5.1-RELEASE'
<dependency org="uk.gov.gchq.palisade" name="deployment-k8s" rev="0.5.1-RELEASE">
<artifact name="deployment-k8s" type="jar" />
</dependency>
@Grapes(
@Grab(group='uk.gov.gchq.palisade', module='deployment-k8s', version='0.5.1-RELEASE')
)
libraryDependencies += "uk.gov.gchq.palisade" % "deployment-k8s" % "0.5.1-RELEASE"
[uk.gov.gchq.palisade/deployment-k8s "0.5.1-RELEASE"]