License |
License |
---|---|
Categories |
CategoriesJava Languages |
GroupId | GroupIdcom.wix |
ArtifactId | ArtifactIdgreyhound-java-core |
Last Version | Last Version0.2.0 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionGreyhound Java Core
Greyhound - Rich Kafka Client with Java API
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
<!-- https://jarcasting.com/artifacts/com.wix/greyhound-java-core/ -->
<dependency>
<groupId>com.wix</groupId>
<artifactId>greyhound-java-core</artifactId>
<version>0.2.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.wix/greyhound-java-core/
implementation 'com.wix:greyhound-java-core:0.2.0'
// https://jarcasting.com/artifacts/com.wix/greyhound-java-core/
implementation ("com.wix:greyhound-java-core:0.2.0")
'com.wix:greyhound-java-core:jar:0.2.0'
<dependency org="com.wix" name="greyhound-java-core" rev="0.2.0">
<artifact name="greyhound-java-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.wix', module='greyhound-java-core', version='0.2.0')
)
libraryDependencies += "com.wix" % "greyhound-java-core" % "0.2.0"
[com.wix/greyhound-java-core "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 |
org.apache.kafka : kafka-clients | jar | 2.4.1 |