License |
License |
---|---|
GroupId | GroupIdcom.jovezhao.nest |
ArtifactId | ArtifactIdnest-kafka |
Version | Version1.3.RELEASE |
Type | Typejar |
Description |
Descriptionnest framework
|
Filename | Size |
---|---|
nest-kafka-1.3.RELEASE.pom | |
nest-kafka-1.3.RELEASE.jar | 6 KB |
nest-kafka-1.3.RELEASE-sources.jar | 3 KB |
nest-kafka-1.3.RELEASE-javadoc.jar | 39 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.jovezhao.nest/nest-kafka/ -->
<dependency>
<groupId>com.jovezhao.nest</groupId>
<artifactId>nest-kafka</artifactId>
<version>1.3.RELEASE</version>
</dependency>
// https://jarcasting.com/artifacts/com.jovezhao.nest/nest-kafka/
implementation 'com.jovezhao.nest:nest-kafka:1.3.RELEASE'
// https://jarcasting.com/artifacts/com.jovezhao.nest/nest-kafka/
implementation ("com.jovezhao.nest:nest-kafka:1.3.RELEASE")
'com.jovezhao.nest:nest-kafka:jar:1.3.RELEASE'
<dependency org="com.jovezhao.nest" name="nest-kafka" rev="1.3.RELEASE">
<artifact name="nest-kafka" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.jovezhao.nest', module='nest-kafka', version='1.3.RELEASE')
)
libraryDependencies += "com.jovezhao.nest" % "nest-kafka" % "1.3.RELEASE"
[com.jovezhao.nest/nest-kafka "1.3.RELEASE"]
Group / Artifact | Type | Version |
---|---|---|
com.jovezhao.nest : nest-ddd | jar | 1.3.RELEASE |
com.jovezhao.nest : nest-core | jar | 1.3.RELEASE |
com.google.code.gson : gson | jar | 2.2.4 |
Group / Artifact | Type | Version |
---|---|---|
org.apache.kafka : kafka_2.11 | jar | 0.9.0.1 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.0 |