MVN

com.hp.score.sdk : score-content-sdk

Maven & Gradle

May 03, 2023
47 usages
9 stars

com.hp.score.sdk:score-content-sdk · An SDK to develop score content

<dependency>
    <groupId>com.hp.score.sdk</groupId>
    <artifactId>score-content-sdk</artifactId>
    <version>1.10.11</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.hp.score.sdk : score-content-sdk to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.10.11

All Versions

Choose a version of com.hp.score.sdk : score-content-sdk to add to Maven or Gradle - All Versions:

  • Version Updated
  • score-content-sdk-1.10.11

    May 03, 2023
  • score-content-sdk-1.10.10

    Mar 23, 2022
  • score-content-sdk-1.10.7

    Apr 16, 2018
  • score-content-sdk-1.10.6

    Mar 05, 2015
  • score-content-sdk-1.5

    Dec 01, 2014

How to add a dependency to Maven

Add the following com.hp.score.sdk : score-content-sdk maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.hp.score.sdk</groupId>
    <artifactId>score-content-sdk</artifactId>
    <version>1.10.11</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.hp.score.sdk : score-content-sdk gradle dependency to your build.gradle file:

implementation 'com.hp.score.sdk:score-content-sdk:1.10.11'

Gradle Kotlin DSL: Add the following com.hp.score.sdk : score-content-sdk gradle kotlin dependency to your build.gradle.kts file:

implementation("com.hp.score.sdk:score-content-sdk:1.10.11")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.hp.score.sdk : score-content-sdk sbt scala dependency to your build.sbt file:

libraryDependencies += "com.hp.score.sdk" % "score-content-sdk" % "1.10.11"