MVN

org.odpi.egeria : stewardship-action-fvt

Maven & Gradle

Jul 19, 2023
761 stars

stewardship-action-fvt · Stewardship Action OMAS FVT

<dependency>
    <groupId>org.odpi.egeria</groupId>
    <artifactId>stewardship-action-fvt</artifactId>
    <version>4.2</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.odpi.egeria : stewardship-action-fvt to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 4.2

All Versions

Choose a version of org.odpi.egeria : stewardship-action-fvt to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
4.2
stewardship-action-fvt-4.2
4.1
stewardship-action-fvt-4.1
4.0
stewardship-action-fvt-4.0
3.15
stewardship-action-fvt-3.15
3.14
stewardship-action-fvt-3.14
3.13
stewardship-action-fvt-3.13
3.12
stewardship-action-fvt-3.12
3.11
stewardship-action-fvt-3.11
3.10.x
stewardship-action-fvt-3.10.1
3.10
stewardship-action-fvt-3.10
3.9
stewardship-action-fvt-3.9
3.8
stewardship-action-fvt-3.8
3.7
stewardship-action-fvt-3.7
3.6
stewardship-action-fvt-3.6
3.5
stewardship-action-fvt-3.5
3.4
stewardship-action-fvt-3.4

How to add a dependency to Maven

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

<dependency>
    <groupId>org.odpi.egeria</groupId>
    <artifactId>stewardship-action-fvt</artifactId>
    <version>4.2</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.odpi.egeria : stewardship-action-fvt gradle dependency to your build.gradle file:

implementation 'org.odpi.egeria:stewardship-action-fvt:4.2'

Gradle Kotlin DSL: Add the following org.odpi.egeria : stewardship-action-fvt gradle kotlin dependency to your build.gradle.kts file:

implementation("org.odpi.egeria:stewardship-action-fvt:4.2")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.odpi.egeria : stewardship-action-fvt sbt scala dependency to your build.sbt file:

libraryDependencies += "org.odpi.egeria" % "stewardship-action-fvt" % "4.2"

Advertisement