GroupId | GroupIdcom.ethlo.kfka |
---|---|
ArtifactId | ArtifactIdkfka-core |
Version | Version0.5.1 |
Type | Typejar |
Filename | Size |
---|---|
kfka-core-0.5.1.pom | |
kfka-core-0.5.1.jar | 18 KB |
kfka-core-0.5.1-sources.jar | 14 KB |
kfka-core-0.5.1-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.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.ethlo.kfka/kfka-core/
implementation 'com.ethlo.kfka:kfka-core:0.5.1'
// https://jarcasting.com/artifacts/com.ethlo.kfka/kfka-core/
implementation ("com.ethlo.kfka:kfka-core:0.5.1")
'com.ethlo.kfka:kfka-core:jar:0.5.1'
<dependency org="com.ethlo.kfka" name="kfka-core" rev="0.5.1">
<artifact name="kfka-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.ethlo.kfka', module='kfka-core', version='0.5.1')
)
libraryDependencies += "com.ethlo.kfka" % "kfka-core" % "0.5.1"
[com.ethlo.kfka/kfka-core "0.5.1"]