License |
License |
---|---|
Categories |
CategoriesJava Languages |
GroupId | GroupIdcom.wix |
ArtifactId | ArtifactIdgreyhound-java |
Last Version | Last Version0.2.0 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionGreyhound Java
Greyhound - Rich Kafka Client with Java API
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
greyhound-java-0.2.0.pom | |
greyhound-java-0.2.0.jar | 31 KB |
greyhound-java-0.2.0-sources.jar | 4 KB |
greyhound-java-0.2.0-javadoc.jar | 4 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.wix/greyhound-java/ -->
<dependency>
<groupId>com.wix</groupId>
<artifactId>greyhound-java</artifactId>
<version>0.2.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.wix/greyhound-java/
implementation 'com.wix:greyhound-java:0.2.0'
// https://jarcasting.com/artifacts/com.wix/greyhound-java/
implementation ("com.wix:greyhound-java:0.2.0")
'com.wix:greyhound-java:jar:0.2.0'
<dependency org="com.wix" name="greyhound-java" rev="0.2.0">
<artifact name="greyhound-java" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.wix', module='greyhound-java', version='0.2.0')
)
libraryDependencies += "com.wix" % "greyhound-java" % "0.2.0"
[com.wix/greyhound-java "0.2.0"]
Group / Artifact | Type | Version |
---|---|---|
com.wix : greyhound-core_2.12 | jar | 0.2.0 |
com.wix : greyhound-future_2.12 | jar | 0.2.0 |
com.wix : greyhound-java-core | jar | 0.2.0 |
org.apache.kafka : kafka-clients | jar | 2.4.1 |