MVN

org.odpi.egeria : data-platform-spring

Maven & Gradle

May 04, 2020
3 usages
762 stars

Data Platform OMAS with Spring · Spring-based REST API for the Data Platform Open Metadata Access Service (OMAS).

<dependency>
    <groupId>org.odpi.egeria</groupId>
    <artifactId>data-platform-spring</artifactId>
    <version>1.7</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.odpi.egeria : data-platform-spring to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.7

All Versions

Choose a version of org.odpi.egeria : data-platform-spring to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.7
data-platform-spring-1.7
1.6
data-platform-spring-1.6
1.5
data-platform-spring-1.5
1.4
data-platform-spring-1.4
1.3
data-platform-spring-1.3
1.2
data-platform-spring-1.2
1.1
data-platform-spring-1.1
1.0
data-platform-spring-1.0
0.2
data-platform-spring-0.2
0.1
data-platform-spring-0.1

How to add a dependency to Maven

Add the following org.odpi.egeria : data-platform-spring maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.odpi.egeria</groupId>
    <artifactId>data-platform-spring</artifactId>
    <version>1.7</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.odpi.egeria : data-platform-spring gradle dependency to your build.gradle file:

implementation 'org.odpi.egeria:data-platform-spring:1.7'

Gradle Kotlin DSL: Add the following org.odpi.egeria : data-platform-spring gradle kotlin dependency to your build.gradle.kts file:

implementation("org.odpi.egeria:data-platform-spring:1.7")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.odpi.egeria : data-platform-spring sbt scala dependency to your build.sbt file:

libraryDependencies += "org.odpi.egeria" % "data-platform-spring" % "1.7"

Advertisement