GroupId | GroupIdcom.github.eventasia |
---|---|
ArtifactId | ArtifactIdstream-kafka |
Version | Version0.0.2.RELEASE |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.github.eventasia/stream-kafka/ -->
<dependency>
<groupId>com.github.eventasia</groupId>
<artifactId>stream-kafka</artifactId>
<version>0.0.2.RELEASE</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.eventasia/stream-kafka/
implementation 'com.github.eventasia:stream-kafka:0.0.2.RELEASE'
// https://jarcasting.com/artifacts/com.github.eventasia/stream-kafka/
implementation ("com.github.eventasia:stream-kafka:0.0.2.RELEASE")
'com.github.eventasia:stream-kafka:jar:0.0.2.RELEASE'
<dependency org="com.github.eventasia" name="stream-kafka" rev="0.0.2.RELEASE">
<artifact name="stream-kafka" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.eventasia', module='stream-kafka', version='0.0.2.RELEASE')
)
libraryDependencies += "com.github.eventasia" % "stream-kafka" % "0.0.2.RELEASE"
[com.github.eventasia/stream-kafka "0.0.2.RELEASE"]