MVN

org.odpi.egeria : glossary-author-view-server

Maven & Gradle

Jul 19, 2023
3 usages
765 stars

glossary-author-view-server

<dependency>
    <groupId>org.odpi.egeria</groupId>
    <artifactId>glossary-author-view-server</artifactId>
    <version>4.2</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.odpi.egeria : glossary-author-view-server to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 4.2

All Versions

Choose a version of org.odpi.egeria : glossary-author-view-server to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
4.2
glossary-author-view-server-4.2
4.1
glossary-author-view-server-4.1
4.0
glossary-author-view-server-4.0
3.15
glossary-author-view-server-3.15
3.14
glossary-author-view-server-3.14
3.13
glossary-author-view-server-3.13
3.12
glossary-author-view-server-3.12
3.11
glossary-author-view-server-3.11
3.10.x
glossary-author-view-server-3.10.1
3.10
glossary-author-view-server-3.10
3.9
glossary-author-view-server-3.9
3.8
glossary-author-view-server-3.8
3.7
glossary-author-view-server-3.7
3.6
glossary-author-view-server-3.6
3.5
glossary-author-view-server-3.5
3.4
glossary-author-view-server-3.4
3.3
glossary-author-view-server-3.3
3.2
glossary-author-view-server-3.2
3.1
glossary-author-view-server-3.1
3.0
glossary-author-view-server-3.0
2.11
glossary-author-view-server-2.11
2.10
glossary-author-view-server-2.10
2.9
glossary-author-view-server-2.9
2.8
glossary-author-view-server-2.8
2.7
glossary-author-view-server-2.7
2.6
glossary-author-view-server-2.6
2.5
glossary-author-view-server-2.5
2.4
glossary-author-view-server-2.4
2.3
glossary-author-view-server-2.3
2.2
glossary-author-view-server-2.2
2.1
glossary-author-view-server-2.1
2.0
glossary-author-view-server-2.0
1.8
glossary-author-view-server-1.8
1.7
glossary-author-view-server-1.7
1.6
glossary-author-view-server-1.6
1.5
glossary-author-view-server-1.5

How to add a dependency to Maven

Add the following org.odpi.egeria : glossary-author-view-server maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.odpi.egeria</groupId>
    <artifactId>glossary-author-view-server</artifactId>
    <version>4.2</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.odpi.egeria : glossary-author-view-server gradle dependency to your build.gradle file:

implementation 'org.odpi.egeria:glossary-author-view-server:4.2'

Gradle Kotlin DSL: Add the following org.odpi.egeria : glossary-author-view-server gradle kotlin dependency to your build.gradle.kts file:

implementation("org.odpi.egeria:glossary-author-view-server:4.2")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.odpi.egeria : glossary-author-view-server sbt scala dependency to your build.sbt file:

libraryDependencies += "org.odpi.egeria" % "glossary-author-view-server" % "4.2"

Advertisement