MVN

uk.ac.open.kmi.iserve : iserve-service-type-filtering

Maven & Gradle

Feb 18, 2016
1 usages
23 stars

iServe Service Type Filtering Plug-in · This module provides the implementation of filters to select specific service types.

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

Version Vulnerabilities Updated
2.1.x
iserve-service-type-filtering-2.1.1
iserve-service-type-filtering-2.1.0
2.0.x
iserve-service-type-filtering-2.0.2
iserve-service-type-filtering-2.0.1
iserve-service-type-filtering-2.0.0
iserve-service-type-filtering-2.0.0-RC3

How to add a dependency to Maven

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

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

implementation 'uk.ac.open.kmi.iserve:iserve-service-type-filtering:2.1.1'

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

implementation("uk.ac.open.kmi.iserve:iserve-service-type-filtering:2.1.1")

How to add a dependency to SBT Scala

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

libraryDependencies += "uk.ac.open.kmi.iserve" % "iserve-service-type-filtering" % "2.1.1"