MVN

city.smartb.ssm : ssm-couchdb-sdk

Maven & Gradle

May 07, 2023
1 usages

Ssm Data · Aggregate all ssm data source to optimize request

<dependency>
    <groupId>city.smartb.ssm</groupId>
    <artifactId>ssm-couchdb-sdk</artifactId>
    <version>0.15.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of city.smartb.ssm : ssm-couchdb-sdk to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.15.0

All Versions

Choose a version of city.smartb.ssm : ssm-couchdb-sdk to add to Maven or Gradle - All Versions:

  • Version Updated
  • ssm-couchdb-sdk-0.15.0

    May 07, 2023
  • ssm-couchdb-sdk-0.14.0

    May 01, 2023
  • ssm-couchdb-sdk-0.13.0

    Apr 17, 2023
  • ssm-couchdb-sdk-0.12.0

    Feb 02, 2023
  • ssm-couchdb-sdk-0.11.0

    Nov 22, 2022
  • ssm-couchdb-sdk-0.10.0

    Aug 07, 2022
  • ssm-couchdb-sdk-0.9.0

    Jul 08, 2022
  • ssm-couchdb-sdk-0.8.0

    Apr 25, 2022
  • ssm-couchdb-sdk-0.7.0

    Mar 31, 2022
  • ssm-couchdb-sdk-0.6.0

    Mar 23, 2022
  • ssm-couchdb-sdk-0.5.0

    Mar 13, 2022
  • ssm-couchdb-sdk-0.4.1

    Mar 11, 2022
  • ssm-couchdb-sdk-0.3.1

    Jan 07, 2022
  • ssm-couchdb-sdk-0.2.1

    Jan 04, 2022

How to add a dependency to Maven

Add the following city.smartb.ssm : ssm-couchdb-sdk maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>city.smartb.ssm</groupId>
    <artifactId>ssm-couchdb-sdk</artifactId>
    <version>0.15.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following city.smartb.ssm : ssm-couchdb-sdk gradle dependency to your build.gradle file:

implementation 'city.smartb.ssm:ssm-couchdb-sdk:0.15.0'

Gradle Kotlin DSL: Add the following city.smartb.ssm : ssm-couchdb-sdk gradle kotlin dependency to your build.gradle.kts file:

implementation("city.smartb.ssm:ssm-couchdb-sdk:0.15.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following city.smartb.ssm : ssm-couchdb-sdk sbt scala dependency to your build.sbt file:

libraryDependencies += "city.smartb.ssm" % "ssm-couchdb-sdk" % "0.15.0"