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