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