is not current version
Last Version 1.0.0.RC4

com.github.brainlag:nsq-client 1.0.0.RC3

Fast Java client for NSQ.

Categories

Categories

CLI User Interface
GroupId

GroupId

com.github.brainlag
ArtifactId

ArtifactId

nsq-client
Version

Version

1.0.0.RC3
Type

Type

jar

Download nsq-client 1.0.0.RC3


<!-- https://jarcasting.com/artifacts/com.github.brainlag/nsq-client/ -->
<dependency>
    <groupId>com.github.brainlag</groupId>
    <artifactId>nsq-client</artifactId>
    <version>1.0.0.RC3</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.brainlag/nsq-client/
implementation 'com.github.brainlag:nsq-client:1.0.0.RC3'
// https://jarcasting.com/artifacts/com.github.brainlag/nsq-client/
implementation ("com.github.brainlag:nsq-client:1.0.0.RC3")
'com.github.brainlag:nsq-client:jar:1.0.0.RC3'
<dependency org="com.github.brainlag" name="nsq-client" rev="1.0.0.RC3">
  <artifact name="nsq-client" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.brainlag', module='nsq-client', version='1.0.0.RC3')
)
libraryDependencies += "com.github.brainlag" % "nsq-client" % "1.0.0.RC3"
[com.github.brainlag/nsq-client "1.0.0.RC3"]