Categories |
CategoriesCLI User Interface |
---|---|
GroupId | GroupIdcom.github.yingzhuo |
ArtifactId | ArtifactIdnsq-j-client |
Version | Version1.0.0 |
Type | Typejar |
Filename | Size |
---|---|
nsq-j-client-1.0.0.pom | |
nsq-j-client-1.0.0.jar | 57 KB |
nsq-j-client-1.0.0-sources.jar | 31 KB |
nsq-j-client-1.0.0-javadoc.jar | 88 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.yingzhuo/nsq-j-client/ -->
<dependency>
<groupId>com.github.yingzhuo</groupId>
<artifactId>nsq-j-client</artifactId>
<version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.yingzhuo/nsq-j-client/
implementation 'com.github.yingzhuo:nsq-j-client:1.0.0'
// https://jarcasting.com/artifacts/com.github.yingzhuo/nsq-j-client/
implementation ("com.github.yingzhuo:nsq-j-client:1.0.0")
'com.github.yingzhuo:nsq-j-client:jar:1.0.0'
<dependency org="com.github.yingzhuo" name="nsq-j-client" rev="1.0.0">
<artifact name="nsq-j-client" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.yingzhuo', module='nsq-j-client', version='1.0.0')
)
libraryDependencies += "com.github.yingzhuo" % "nsq-j-client" % "1.0.0"
[com.github.yingzhuo/nsq-j-client "1.0.0"]