License |
License |
---|---|
Categories |
CategoriesCLI User Interface |
GroupId | GroupIdorg.mydotey.kbear |
ArtifactId | ArtifactIdkbear-client |
Version | Version1.1.0 |
Type | Typejar |
Description |
Descriptionkbear-client
KBear Kafka Enterprise Solution
|
Filename | Size |
---|---|
kbear-client-1.1.0.pom | |
kbear-client-1.1.0.jar | 74 KB |
kbear-client-1.1.0-sources.jar | 35 KB |
kbear-client-1.1.0-javadoc.jar | 233 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.mydotey.kbear/kbear-client/ -->
<dependency>
<groupId>org.mydotey.kbear</groupId>
<artifactId>kbear-client</artifactId>
<version>1.1.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.mydotey.kbear/kbear-client/
implementation 'org.mydotey.kbear:kbear-client:1.1.0'
// https://jarcasting.com/artifacts/org.mydotey.kbear/kbear-client/
implementation ("org.mydotey.kbear:kbear-client:1.1.0")
'org.mydotey.kbear:kbear-client:jar:1.1.0'
<dependency org="org.mydotey.kbear" name="kbear-client" rev="1.1.0">
<artifact name="kbear-client" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.mydotey.kbear', module='kbear-client', version='1.1.0')
)
libraryDependencies += "org.mydotey.kbear" % "kbear-client" % "1.1.0"
[org.mydotey.kbear/kbear-client "1.1.0"]
Group / Artifact | Type | Version |
---|---|---|
org.slf4j : slf4j-api | jar | 1.7.25 |
org.slf4j : jcl-over-slf4j | jar | |
org.mydotey.lang : lang-extension | jar | 1.1.1 |
org.mydotey.scf : scf-simple | jar | |
org.mydotey.rpc : http-rpc-util | jar | |
org.mydotey.rpc : rpc-bp | jar | |
org.mydotey.codec : jackson-codec-util | jar | |
org.apache.kafka : kafka-clients | jar | 2.0.1 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.12 |
org.slf4j : slf4j-simple | jar | 1.7.25 |