MVN

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

Maven & Gradle

Feb 18, 2016
23 stars

iServe Web Application · iServe Web provides all the functionality of iServe in an integrated Web application.

<dependency>
    <groupId>uk.ac.open.kmi.iserve</groupId>
    <artifactId>iserve-webapp</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-webapp 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-webapp to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2.1.x
iserve-webapp-2.1.1
iserve-webapp-2.1.0
2.0.x
iserve-webapp-2.0.2
iserve-webapp-2.0.1
iserve-webapp-2.0.0
iserve-webapp-2.0.0-RC3
iserve-webapp-2.0.0-RC2
iserve-webapp-2.0.0-RC1

How to add a dependency to Maven

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

<dependency>
    <groupId>uk.ac.open.kmi.iserve</groupId>
    <artifactId>iserve-webapp</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-webapp gradle dependency to your build.gradle file:

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

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

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

How to add a dependency to SBT Scala

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

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