GroupId | GroupIdcom.ethlo.kfka |
---|---|
ArtifactId | ArtifactIdkfka-core |
Version | Version0.5.0 |
Type | Typejar |
Filename | Size |
---|---|
kfka-core-0.5.0.pom | |
kfka-core-0.5.0.jar | 18 KB |
kfka-core-0.5.0-sources.jar | 14 KB |
kfka-core-0.5.0-javadoc.jar | 473 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.ethlo.kfka/kfka-core/ -->
<dependency>
<groupId>com.ethlo.kfka</groupId>
<artifactId>kfka-core</artifactId>
<version>0.5.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.ethlo.kfka/kfka-core/
implementation 'com.ethlo.kfka:kfka-core:0.5.0'
// https://jarcasting.com/artifacts/com.ethlo.kfka/kfka-core/
implementation ("com.ethlo.kfka:kfka-core:0.5.0")
'com.ethlo.kfka:kfka-core:jar:0.5.0'
<dependency org="com.ethlo.kfka" name="kfka-core" rev="0.5.0">
<artifact name="kfka-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.ethlo.kfka', module='kfka-core', version='0.5.0')
)
libraryDependencies += "com.ethlo.kfka" % "kfka-core" % "0.5.0"
[com.ethlo.kfka/kfka-core "0.5.0"]