Categories |
CategoriesCLI User Interface |
---|---|
GroupId | GroupIdcom.github.brainlag |
ArtifactId | ArtifactIdnsq-client |
Version | Version1.0.0.RC3 |
Type | Typejar |
Filename | Size |
---|---|
nsq-client-1.0.0.RC3.pom | |
nsq-client-1.0.0.RC3.jar | 41 KB |
nsq-client-1.0.0.RC3-sources.jar | 22 KB |
nsq-client-1.0.0.RC3-javadoc.jar | 189 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.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"]