License |
License |
---|---|
GroupId | GroupIduk.gov.gchq.palisade |
ArtifactId | ArtifactIdcreate-kafka-queues |
Last Version | Last Version0.5.1-RELEASE |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionGCHQ Palisade - Create Kafka Queues
A simple container to create some topics on kafka on helm install.
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
<!-- https://jarcasting.com/artifacts/uk.gov.gchq.palisade/create-kafka-queues/ -->
<dependency>
<groupId>uk.gov.gchq.palisade</groupId>
<artifactId>create-kafka-queues</artifactId>
<version>0.5.1-RELEASE</version>
</dependency>
// https://jarcasting.com/artifacts/uk.gov.gchq.palisade/create-kafka-queues/
implementation 'uk.gov.gchq.palisade:create-kafka-queues:0.5.1-RELEASE'
// https://jarcasting.com/artifacts/uk.gov.gchq.palisade/create-kafka-queues/
implementation ("uk.gov.gchq.palisade:create-kafka-queues:0.5.1-RELEASE")
'uk.gov.gchq.palisade:create-kafka-queues:jar:0.5.1-RELEASE'
<dependency org="uk.gov.gchq.palisade" name="create-kafka-queues" rev="0.5.1-RELEASE">
<artifact name="create-kafka-queues" type="jar" />
</dependency>
@Grapes(
@Grab(group='uk.gov.gchq.palisade', module='create-kafka-queues', version='0.5.1-RELEASE')
)
libraryDependencies += "uk.gov.gchq.palisade" % "create-kafka-queues" % "0.5.1-RELEASE"
[uk.gov.gchq.palisade/create-kafka-queues "0.5.1-RELEASE"]