MVN

uk.ac.open.kmi.iserve : iserve-integrated-engine

Maven & Gradle

Feb 18, 2016
23 stars

iServe Integrated Engine · iServe Integrated Engine provides a complete an integrated local version of iServe to be used within Java Applications. This module provides integrated programmatic access for the deployment and interaction with iServe engines. iServe is what we refer to as service warehouse which unifies service publication, analysis, and discovery through the use of lightweight semantics as well as advanced discovery and analytic capabilities. iServe provides the typical features of service registries and additional functionality that exploits service descriptions, service annotations and further data gathered and derived from the analysis of these descriptions, data crawled from the Web, periodic monitoring and user activities.

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

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

How to add a dependency to Maven

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

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

implementation 'uk.ac.open.kmi.iserve:iserve-integrated-engine:2.1.1'

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

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

How to add a dependency to SBT Scala

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

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