License |
License |
---|---|
Categories |
CategoriesCLI User Interface |
GroupId | GroupIdfr.vsct.dt |
ArtifactId | ArtifactIdnsq-client |
Version | Version1.0.0 |
Type | Typejar |
Description |
DescriptionJavaNSQClient
Fast Java client for NSQ.
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
nsq-client-1.0.0.pom | |
nsq-client-1.0.0.jar | 39 KB |
nsq-client-1.0.0-sources.jar | 20 KB |
nsq-client-1.0.0-javadoc.jar | 185 KB |
Browse |
<!-- https://jarcasting.com/artifacts/fr.vsct.dt/nsq-client/ -->
<dependency>
<groupId>fr.vsct.dt</groupId>
<artifactId>nsq-client</artifactId>
<version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/fr.vsct.dt/nsq-client/
implementation 'fr.vsct.dt:nsq-client:1.0.0'
// https://jarcasting.com/artifacts/fr.vsct.dt/nsq-client/
implementation ("fr.vsct.dt:nsq-client:1.0.0")
'fr.vsct.dt:nsq-client:jar:1.0.0'
<dependency org="fr.vsct.dt" name="nsq-client" rev="1.0.0">
<artifact name="nsq-client" type="jar" />
</dependency>
@Grapes(
@Grab(group='fr.vsct.dt', module='nsq-client', version='1.0.0')
)
libraryDependencies += "fr.vsct.dt" % "nsq-client" % "1.0.0"
[fr.vsct.dt/nsq-client "1.0.0"]
Group / Artifact | Type | Version |
---|---|---|
org.slf4j : slf4j-api | jar | 1.7.21 |
io.netty : netty-all | jar | 4.0.34.Final |
com.google.guava : guava | jar | 19.0 |
com.fasterxml.jackson.core : jackson-databind | jar | 2.6.4 |
org.apache.commons : commons-pool2 | jar | 2.4.2 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.12 |
io.netty : netty-tcnative | jar | 1.1.33.Fork11 |