License |
License |
---|---|
Categories |
CategoriesCLI User Interface |
GroupId | GroupIdcom.linecorp.decaton |
ArtifactId | ArtifactIddecaton-client |
Last Version | Last Version5.0.0 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionDecaton
High throughput asynchronous task processing on Apache Kafka
|
Project URL |
Project URL |
Filename | Size |
---|---|
decaton-client-5.0.0.pom | |
decaton-client-5.0.0.jar | 12 KB |
decaton-client-5.0.0-sources.jar | 10 KB |
decaton-client-5.0.0-javadoc.jar | 50 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.linecorp.decaton/decaton-client/ -->
<dependency>
<groupId>com.linecorp.decaton</groupId>
<artifactId>decaton-client</artifactId>
<version>5.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.linecorp.decaton/decaton-client/
implementation 'com.linecorp.decaton:decaton-client:5.0.0'
// https://jarcasting.com/artifacts/com.linecorp.decaton/decaton-client/
implementation ("com.linecorp.decaton:decaton-client:5.0.0")
'com.linecorp.decaton:decaton-client:jar:5.0.0'
<dependency org="com.linecorp.decaton" name="decaton-client" rev="5.0.0">
<artifact name="decaton-client" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.linecorp.decaton', module='decaton-client', version='5.0.0')
)
libraryDependencies += "com.linecorp.decaton" % "decaton-client" % "5.0.0"
[com.linecorp.decaton/decaton-client "5.0.0"]
Group / Artifact | Type | Version |
---|---|---|
com.linecorp.decaton : decaton-protocol | jar | 5.0.0 |
com.linecorp.decaton : decaton-common | jar | 5.0.0 |
org.apache.kafka : kafka-clients | jar | 3.2.0 |
Group / Artifact | Type | Version |
---|---|---|
org.slf4j : slf4j-api | jar | 1.7.32 |