MVN

cn.doctech : count-sdk

Maven & Gradle

Apr 03, 2023

count-sdk · sdk for count service

<dependency>
    <groupId>cn.doctech</groupId>
    <artifactId>count-sdk</artifactId>
    <version>1.9.5</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of cn.doctech : count-sdk to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.9.5

All Versions

Choose a version of cn.doctech : count-sdk to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.9.x
count-sdk-1.9.5
count-sdk-1.9.4

How to add a dependency to Maven

Add the following cn.doctech : count-sdk maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>cn.doctech</groupId>
    <artifactId>count-sdk</artifactId>
    <version>1.9.5</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following cn.doctech : count-sdk gradle dependency to your build.gradle file:

implementation 'cn.doctech:count-sdk:1.9.5'

Gradle Kotlin DSL: Add the following cn.doctech : count-sdk gradle kotlin dependency to your build.gradle.kts file:

implementation("cn.doctech:count-sdk:1.9.5")

How to add a dependency to SBT Scala

SBT Scala: Add the following cn.doctech : count-sdk sbt scala dependency to your build.sbt file:

libraryDependencies += "cn.doctech" % "count-sdk" % "1.9.5"

Advertisement