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