MVN

au.com.mountain-pass : hyperstate-server

Maven & Gradle

Sep 01, 2016
2 stars

Hyperstate · A Hypermedia as the Engine of Application State (HATEOAS) library

<dependency>
    <groupId>au.com.mountain-pass</groupId>
    <artifactId>hyperstate-server</artifactId>
    <version>10</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of au.com.mountain-pass : hyperstate-server to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 10

All Versions

Choose a version of au.com.mountain-pass : hyperstate-server to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
10
hyperstate-server-10
1
hyperstate-server-1

How to add a dependency to Maven

Add the following au.com.mountain-pass : hyperstate-server maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>au.com.mountain-pass</groupId>
    <artifactId>hyperstate-server</artifactId>
    <version>10</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following au.com.mountain-pass : hyperstate-server gradle dependency to your build.gradle file:

implementation 'au.com.mountain-pass:hyperstate-server:10'

Gradle Kotlin DSL: Add the following au.com.mountain-pass : hyperstate-server gradle kotlin dependency to your build.gradle.kts file:

implementation("au.com.mountain-pass:hyperstate-server:10")

How to add a dependency to SBT Scala

SBT Scala: Add the following au.com.mountain-pass : hyperstate-server sbt scala dependency to your build.sbt file:

libraryDependencies += "au.com.mountain-pass" % "hyperstate-server" % "10"