MVN

com.github.huxinghai1988 : sidekiq-client-plugin

Maven & Gradle

Jan 10, 2017
12 stars

sidekiq-client · sidekiq queue client support java language

<dependency>
    <groupId>com.github.huxinghai1988</groupId>
    <artifactId>sidekiq-client-plugin</artifactId>
    <version>1.5.2</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.github.huxinghai1988 : sidekiq-client-plugin to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.5.2

All Versions

Choose a version of com.github.huxinghai1988 : sidekiq-client-plugin to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.5.x
sidekiq-client-plugin-1.5.2
sidekiq-client-plugin-1.5.1
sidekiq-client-plugin-1.5.0
1.4
sidekiq-client-plugin-1.4
1.3
sidekiq-client-plugin-1.3
1.2
sidekiq-client-plugin-1.2
1.1
sidekiq-client-plugin-1.1
1.0
sidekiq-client-plugin-1.0

How to add a dependency to Maven

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

<dependency>
    <groupId>com.github.huxinghai1988</groupId>
    <artifactId>sidekiq-client-plugin</artifactId>
    <version>1.5.2</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.github.huxinghai1988 : sidekiq-client-plugin gradle dependency to your build.gradle file:

implementation 'com.github.huxinghai1988:sidekiq-client-plugin:1.5.2'

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

implementation("com.github.huxinghai1988:sidekiq-client-plugin:1.5.2")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.github.huxinghai1988 : sidekiq-client-plugin sbt scala dependency to your build.sbt file:

libraryDependencies += "com.github.huxinghai1988" % "sidekiq-client-plugin" % "1.5.2"

Advertisement