| Categories |
CategoriesNet config Application Layer Libs Configuration |
|---|---|
| GroupId | GroupIdnet.soundvibe |
| ArtifactId | ArtifactIdkafka-config |
| Version | Version1.0.0 |
| Type | Typejar |
| Filename | Size |
|---|---|
| kafka-config-1.0.0.pom | |
| kafka-config-1.0.0.jar | 11 KB |
| kafka-config-1.0.0-sources.jar | 15 KB |
| kafka-config-1.0.0-javadoc.jar | 88 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/net.soundvibe/kafka-config/ -->
<dependency>
<groupId>net.soundvibe</groupId>
<artifactId>kafka-config</artifactId>
<version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/net.soundvibe/kafka-config/
implementation 'net.soundvibe:kafka-config:1.0.0'
// https://jarcasting.com/artifacts/net.soundvibe/kafka-config/
implementation ("net.soundvibe:kafka-config:1.0.0")
'net.soundvibe:kafka-config:jar:1.0.0'
<dependency org="net.soundvibe" name="kafka-config" rev="1.0.0">
<artifact name="kafka-config" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.soundvibe', module='kafka-config', version='1.0.0')
)
libraryDependencies += "net.soundvibe" % "kafka-config" % "1.0.0"
[net.soundvibe/kafka-config "1.0.0"]