MVN

org.hspconsortium.reference : hspc-reference-api-webapp

Maven & Gradle

Feb 08, 2018
<dependency>
    <groupId>org.hspconsortium.reference</groupId>
    <artifactId>hspc-reference-api-webapp</artifactId>
    <version>1.10.8</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.hspconsortium.reference : hspc-reference-api-webapp to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.10.8

All Versions

Choose a version of org.hspconsortium.reference : hspc-reference-api-webapp to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.10.x
hspc-reference-api-webapp-1.10.8
hspc-reference-api-webapp-1.10.6

How to add a dependency to Maven

Add the following org.hspconsortium.reference : hspc-reference-api-webapp maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.hspconsortium.reference</groupId>
    <artifactId>hspc-reference-api-webapp</artifactId>
    <version>1.10.8</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.hspconsortium.reference : hspc-reference-api-webapp gradle dependency to your build.gradle file:

implementation 'org.hspconsortium.reference:hspc-reference-api-webapp:1.10.8'

Gradle Kotlin DSL: Add the following org.hspconsortium.reference : hspc-reference-api-webapp gradle kotlin dependency to your build.gradle.kts file:

implementation("org.hspconsortium.reference:hspc-reference-api-webapp:1.10.8")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.hspconsortium.reference : hspc-reference-api-webapp sbt scala dependency to your build.sbt file:

libraryDependencies += "org.hspconsortium.reference" % "hspc-reference-api-webapp" % "1.10.8"