is not current version
Last Version 1.2

com.sproutsocial:nsq-j 1.0

Java client for the NSQ realtime distributed messaging platform

GroupId

GroupId

com.sproutsocial
ArtifactId

ArtifactId

nsq-j
Version

Version

1.0
Type

Type

jar

Download nsq-j 1.0


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