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