MVN

au.com.mountain-pass : hyperstate

Maven & Gradle

Jul 01, 2016
2 stars

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

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

Latest Version

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

  • Latest Stable: 9

All Versions

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

Version Vulnerabilities Updated
9
hyperstate-9
8
hyperstate-8
7
hyperstate-7
6
hyperstate-6
5
hyperstate-5
4
hyperstate-4
3
hyperstate-3
2
hyperstate-2
1
hyperstate-1

How to add a dependency to Maven

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

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

How to add a dependency to Gradle

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

implementation 'au.com.mountain-pass:hyperstate:9'

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

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

How to add a dependency to SBT Scala

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

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

Advertisement