| Лицензия |
Лицензия |
|---|---|
| Группа | Группаio.strimzi |
| Идентификатор | Идентификаторtest |
| Последняя версия | Последняя версия0.27.1 |
| Дата | Дата |
| Тип | Типjar |
| Описание |
ОписаниеStrimzi uses the Kubernetes operator pattern to provide a way to run an Apache Kafka cluster on
Kubernetes or OpenShift in various deployment configurations.
|
| Имя Файла | Размер |
|---|---|
| test-0.27.1.pom | |
| test-0.27.1.jar | 84 KB |
| test-0.27.1-sources.jar | 43 KB |
| test-0.27.1-javadoc.jar | 640 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/io.strimzi/test/ -->
<dependency>
<groupId>io.strimzi</groupId>
<artifactId>test</artifactId>
<version>0.27.1</version>
</dependency>
// https://jarcasting.com/artifacts/io.strimzi/test/
implementation 'io.strimzi:test:0.27.1'
// https://jarcasting.com/artifacts/io.strimzi/test/
implementation ("io.strimzi:test:0.27.1")
'io.strimzi:test:jar:0.27.1'
<dependency org="io.strimzi" name="test" rev="0.27.1">
<artifact name="test" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.strimzi', module='test', version='0.27.1')
)
libraryDependencies += "io.strimzi" % "test" % "0.27.1"
[io.strimzi/test "0.27.1"]