Files download
File Operation
glossary-author-fvt-4.0.jar download
glossary-author-fvt-4.0.pom download
glossary-author-fvt-4.0-sources.jar download
Apache Maven
<dependency>
  <groupId>org.odpi.egeria</groupId>
  <artifactId>glossary-author-fvt</artifactId>
  <version>4.0</version>
</dependency>
Gradle Groovy
implementation 'org.odpi.egeria:glossary-author-fvt:4.0'
Gradle Kotlin
implementation("org.odpi.egeria:glossary-author-fvt:4.0")
Scala SBT
libraryDependencies += "org.odpi.egeria" % "glossary-author-fvt" % "4.0"
Groovy Grape
@Grapes(
  @Grab(group='org.odpi.egeria', module='glossary-author-fvt', version='4.0')
)
Apache Ivy
<dependency org="org.odpi.egeria" name="glossary-author-fvt" rev="4.0" />
Leiningen
[org.odpi.egeria/glossary-author-fvt "4.0"]
Apache Buildr
'org.odpi.egeria:glossary-author-fvt:jar:4.0'