License |
License |
---|---|
Categories |
CategoriesCLI User Interface |
GroupId | GroupIdcom.github.brainlag |
ArtifactId | ArtifactIdnsq-client |
Last Version | Last Version1.0.0.RC4 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionJavaNSQClient
Fast Java client for NSQ.
|
Project URL |
Project URL |
Filename | Size |
---|---|
nsq-client-1.0.0.RC4.pom | |
nsq-client-1.0.0.RC4.jar | 40 KB |
nsq-client-1.0.0.RC4-sources.jar | 21 KB |
nsq-client-1.0.0.RC4-javadoc.jar | 188 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.brainlag/nsq-client/ -->
<dependency>
<groupId>com.github.brainlag</groupId>
<artifactId>nsq-client</artifactId>
<version>1.0.0.RC4</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.brainlag/nsq-client/
implementation 'com.github.brainlag:nsq-client:1.0.0.RC4'
// https://jarcasting.com/artifacts/com.github.brainlag/nsq-client/
implementation ("com.github.brainlag:nsq-client:1.0.0.RC4")
'com.github.brainlag:nsq-client:jar:1.0.0.RC4'
<dependency org="com.github.brainlag" name="nsq-client" rev="1.0.0.RC4">
<artifact name="nsq-client" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.brainlag', module='nsq-client', version='1.0.0.RC4')
)
libraryDependencies += "com.github.brainlag" % "nsq-client" % "1.0.0.RC4"
[com.github.brainlag/nsq-client "1.0.0.RC4"]
Group / Artifact | Type | Version |
---|---|---|
org.apache.logging.log4j : log4j-api | jar | 2.5 |
org.apache.logging.log4j : log4j-core | jar | 2.5 |
io.netty : netty-all | jar | 4.0.39.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.Fork18 |