MVN

uk.ac.open.kmi.iserve : iserve-rest

Maven & Gradle

Feb 18, 2016
23 stars

iServe REST interface · iServe REST provides the basic machinery for exposing iServe via a RESTful interface.

<dependency>
    <groupId>uk.ac.open.kmi.iserve</groupId>
    <artifactId>iserve-rest</artifactId>
    <version>2.1.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of uk.ac.open.kmi.iserve : iserve-rest to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.1.1
  • Latest Release Candidate: 2.0.0-RC3

All Versions

Choose a version of uk.ac.open.kmi.iserve : iserve-rest to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2.1.x
iserve-rest-2.1.1
iserve-rest-2.1.0
2.0.x
iserve-rest-2.0.2
iserve-rest-2.0.1
iserve-rest-2.0.0
iserve-rest-2.0.0-RC3

How to add a dependency to Maven

Add the following uk.ac.open.kmi.iserve : iserve-rest maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>uk.ac.open.kmi.iserve</groupId>
    <artifactId>iserve-rest</artifactId>
    <version>2.1.1</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following uk.ac.open.kmi.iserve : iserve-rest gradle dependency to your build.gradle file:

implementation 'uk.ac.open.kmi.iserve:iserve-rest:2.1.1'

Gradle Kotlin DSL: Add the following uk.ac.open.kmi.iserve : iserve-rest gradle kotlin dependency to your build.gradle.kts file:

implementation("uk.ac.open.kmi.iserve:iserve-rest:2.1.1")

How to add a dependency to SBT Scala

SBT Scala: Add the following uk.ac.open.kmi.iserve : iserve-rest sbt scala dependency to your build.sbt file:

libraryDependencies += "uk.ac.open.kmi.iserve" % "iserve-rest" % "2.1.1"