MVN

org.odpi.egeria : community-profile-fvt

Maven & Gradle

Jul 19, 2023
763 stars

community-profile-fvt · Community Profile OMAS FVT

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

Latest Version

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

  • Latest Stable: 4.2

All Versions

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

Version Vulnerabilities Updated
4.2
community-profile-fvt-4.2
4.1
community-profile-fvt-4.1
4.0
community-profile-fvt-4.0
3.15
community-profile-fvt-3.15
3.14
community-profile-fvt-3.14
3.13
community-profile-fvt-3.13
3.12
community-profile-fvt-3.12
3.11
community-profile-fvt-3.11
3.10.x
community-profile-fvt-3.10.1
3.10
community-profile-fvt-3.10
3.9
community-profile-fvt-3.9
3.8
community-profile-fvt-3.8
3.7
community-profile-fvt-3.7
3.6
community-profile-fvt-3.6
3.5
community-profile-fvt-3.5
3.4
community-profile-fvt-3.4
3.3
community-profile-fvt-3.3
3.2
community-profile-fvt-3.2
3.1
community-profile-fvt-3.1
3.0
community-profile-fvt-3.0
2.11
community-profile-fvt-2.11
2.10
community-profile-fvt-2.10

How to add a dependency to Maven

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

<dependency>
    <groupId>org.odpi.egeria</groupId>
    <artifactId>community-profile-fvt</artifactId>
    <version>4.2</version>
</dependency>

How to add a dependency to Gradle

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

implementation 'org.odpi.egeria:community-profile-fvt:4.2'

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

implementation("org.odpi.egeria:community-profile-fvt:4.2")

How to add a dependency to SBT Scala

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

libraryDependencies += "org.odpi.egeria" % "community-profile-fvt" % "4.2"

Advertisement