License |
License |
---|---|
GroupId | GroupIdcom.linecorp.decaton |
ArtifactId | ArtifactIddecaton-spring |
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-spring-5.0.0.pom | |
decaton-spring-5.0.0.jar | 9 KB |
decaton-spring-5.0.0-sources.jar | 8 KB |
decaton-spring-5.0.0-javadoc.jar | 42 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.linecorp.decaton/decaton-spring/ -->
<dependency>
<groupId>com.linecorp.decaton</groupId>
<artifactId>decaton-spring</artifactId>
<version>5.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.linecorp.decaton/decaton-spring/
implementation 'com.linecorp.decaton:decaton-spring:5.0.0'
// https://jarcasting.com/artifacts/com.linecorp.decaton/decaton-spring/
implementation ("com.linecorp.decaton:decaton-spring:5.0.0")
'com.linecorp.decaton:decaton-spring:jar:5.0.0'
<dependency org="com.linecorp.decaton" name="decaton-spring" rev="5.0.0">
<artifact name="decaton-spring" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.linecorp.decaton', module='decaton-spring', version='5.0.0')
)
libraryDependencies += "com.linecorp.decaton" % "decaton-spring" % "5.0.0"
[com.linecorp.decaton/decaton-spring "5.0.0"]
Group / Artifact | Type | Version |
---|---|---|
com.linecorp.decaton : decaton-processor | jar | 5.0.0 |
org.apache.kafka : kafka-clients | jar | 3.2.0 |
org.springframework.boot : spring-boot-starter | jar | 2.5.6 |