MVN

org.odpi.egeria : engine-host-services-registration

Maven & Gradle

7 usages

Engine Host Services Registration · Interfaces for the Open Metadata Engine Services (OMES).

<dependency>
    <groupId>org.odpi.egeria</groupId>
    <artifactId>engine-host-services-registration</artifactId>
    <version>3.10.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.odpi.egeria : engine-host-services-registration to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 3.10.1

All Versions

Choose a version of org.odpi.egeria : engine-host-services-registration to add to Maven or Gradle - All Versions:

  • Version Updated
  • engine-host-services-registration-3.10.1

    Feb 02, 2023
  • engine-host-services-registration-3.15

    Jan 31, 2023
  • engine-host-services-registration-3.14

    Dec 20, 2022
  • engine-host-services-registration-3.13

    Nov 07, 2022
  • engine-host-services-registration-3.12

    Sep 27, 2022
  • engine-host-services-registration-3.11

    Aug 30, 2022
  • engine-host-services-registration-3.10

    Jul 11, 2022
  • engine-host-services-registration-3.9

    May 31, 2022
  • engine-host-services-registration-3.8

    Apr 28, 2022
  • engine-host-services-registration-3.7

    Mar 31, 2022
  • engine-host-services-registration-3.6

    Mar 06, 2022
  • engine-host-services-registration-3.5

    Jan 31, 2022
  • engine-host-services-registration-3.4

    Nov 29, 2021
  • engine-host-services-registration-3.3

    Nov 02, 2021
  • engine-host-services-registration-3.2

    Sep 30, 2021
  • engine-host-services-registration-3.1

    Aug 31, 2021
  • engine-host-services-registration-3.0

    Aug 02, 2021
  • engine-host-services-registration-2.11

    Jul 01, 2021
  • engine-host-services-registration-2.10

    Jun 02, 2021
  • engine-host-services-registration-2.9

    Apr 29, 2021
  • engine-host-services-registration-2.8

    Apr 07, 2021
  • engine-host-services-registration-2.7

    Mar 04, 2021
  • engine-host-services-registration-2.6

    Feb 08, 2021

How to add a dependency to Maven

Add the following org.odpi.egeria : engine-host-services-registration maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.odpi.egeria</groupId>
    <artifactId>engine-host-services-registration</artifactId>
    <version>3.10.1</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.odpi.egeria : engine-host-services-registration gradle dependency to your build.gradle file:

implementation 'org.odpi.egeria:engine-host-services-registration:3.10.1'

Gradle Kotlin DSL: Add the following org.odpi.egeria : engine-host-services-registration gradle kotlin dependency to your build.gradle.kts file:

implementation("org.odpi.egeria:engine-host-services-registration:3.10.1")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.odpi.egeria : engine-host-services-registration sbt scala dependency to your build.sbt file:

libraryDependencies += "org.odpi.egeria" % "engine-host-services-registration" % "3.10.1"