MVN

com.github.brainlag : nsq-client

Maven & Gradle

Apr 06, 2017
4 usages
90 stars

JavaNSQClient · Fast Java client for NSQ.

<dependency>
    <groupId>com.github.brainlag</groupId>
    <artifactId>nsq-client</artifactId>
    <version>1.0.0.RC4</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.github.brainlag : nsq-client to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.0.0.RC4
  • Latest Release Candidate: 1.0.0.RC4
  • Latest Beta: 1.0.0.BETA
  • Latest Alpha: 1.0.0.ALPHA

All Versions

Choose a version of com.github.brainlag : nsq-client to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.0.x
nsq-client-1.0.0.RC4
nsq-client-1.0.0.RC3
nsq-client-1.0.0.RC2
nsq-client-1.0.0.RC1
nsq-client-1.0.0.BETA
nsq-client-1.0.0.ALPHA

How to add a dependency to Maven

Add the following com.github.brainlag : nsq-client maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.github.brainlag</groupId>
    <artifactId>nsq-client</artifactId>
    <version>1.0.0.RC4</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.github.brainlag : nsq-client gradle dependency to your build.gradle file:

implementation 'com.github.brainlag:nsq-client:1.0.0.RC4'

Gradle Kotlin DSL: Add the following com.github.brainlag : nsq-client gradle kotlin dependency to your build.gradle.kts file:

implementation("com.github.brainlag:nsq-client:1.0.0.RC4")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.github.brainlag : nsq-client sbt scala dependency to your build.sbt file:

libraryDependencies += "com.github.brainlag" % "nsq-client" % "1.0.0.RC4"

Advertisement