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