MVN

com.hds.hcpaw : anywhere-fss-sdk

Maven & Gradle

Jun 30, 2021
3 stars

HCP Anywhere File Sync and Share SDK · An SDK for connecting to the HCP Anywhere File Sync and Share API.

<dependency>
    <groupId>com.hds.hcpaw</groupId>
    <artifactId>anywhere-fss-sdk</artifactId>
    <version>4.5.0.43</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.hds.hcpaw : anywhere-fss-sdk to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 4.5.0.43

All Versions

Choose a version of com.hds.hcpaw : anywhere-fss-sdk to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
4.5.x
anywhere-fss-sdk-4.5.0.43
4.4.x
anywhere-fss-sdk-4.4.1.65
anywhere-fss-sdk-4.4.0.41
4.3.x
anywhere-fss-sdk-4.3.2.33
anywhere-fss-sdk-4.3.2.32
4.0.x
anywhere-fss-sdk-4.0.0.12
3.0.x
anywhere-fss-sdk-3.0.3.58
anywhere-fss-sdk-3.0.0.20
2.1.x
anywhere-fss-sdk-2.1.1.17

How to add a dependency to Maven

Add the following com.hds.hcpaw : anywhere-fss-sdk maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.hds.hcpaw</groupId>
    <artifactId>anywhere-fss-sdk</artifactId>
    <version>4.5.0.43</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.hds.hcpaw : anywhere-fss-sdk gradle dependency to your build.gradle file:

implementation 'com.hds.hcpaw:anywhere-fss-sdk:4.5.0.43'

Gradle Kotlin DSL: Add the following com.hds.hcpaw : anywhere-fss-sdk gradle kotlin dependency to your build.gradle.kts file:

implementation("com.hds.hcpaw:anywhere-fss-sdk:4.5.0.43")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.hds.hcpaw : anywhere-fss-sdk sbt scala dependency to your build.sbt file:

libraryDependencies += "com.hds.hcpaw" % "anywhere-fss-sdk" % "4.5.0.43"

Advertisement