MVN

com.tairanchina.csp.dew : cluster-common

Maven & Gradle

Mar 15, 2019
6 usages

Dew Cluster Common · Dew 集群服务接口

<dependency>
    <groupId>com.tairanchina.csp.dew</groupId>
    <artifactId>cluster-common</artifactId>
    <version>1.5.1-RC</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.tairanchina.csp.dew : cluster-common to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.5.1-RC
  • Latest Release Candidate: 1.5.1-RC
  • Latest Beta: 1.5.0-Beta8

All Versions

Choose a version of com.tairanchina.csp.dew : cluster-common to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.5.x
cluster-common-1.5.1-RC
cluster-common-1.5.0-RC
cluster-common-1.5.0-Beta8
cluster-common-1.5.0-Beta7
cluster-common-1.5.0-Beta6
cluster-common-1.5.0-Beta5
cluster-common-1.5.0-Beta4
cluster-common-1.5.0-Beta3
cluster-common-1.5.0-Beta2
cluster-common-1.5.0-Beta

How to add a dependency to Maven

Add the following com.tairanchina.csp.dew : cluster-common maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.tairanchina.csp.dew</groupId>
    <artifactId>cluster-common</artifactId>
    <version>1.5.1-RC</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.tairanchina.csp.dew : cluster-common gradle dependency to your build.gradle file:

implementation 'com.tairanchina.csp.dew:cluster-common:1.5.1-RC'

Gradle Kotlin DSL: Add the following com.tairanchina.csp.dew : cluster-common gradle kotlin dependency to your build.gradle.kts file:

implementation("com.tairanchina.csp.dew:cluster-common:1.5.1-RC")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.tairanchina.csp.dew : cluster-common sbt scala dependency to your build.sbt file:

libraryDependencies += "com.tairanchina.csp.dew" % "cluster-common" % "1.5.1-RC"

Advertisement