文件下载
文件名 操作
glossary-author-fvt-4.1.jar 下载
glossary-author-fvt-4.1.pom 下载
glossary-author-fvt-4.1-sources.jar 下载
Apache Maven
<dependency>
  <groupId>org.odpi.egeria</groupId>
  <artifactId>glossary-author-fvt</artifactId>
  <version>4.1</version>
</dependency>
Gradle Groovy
implementation 'org.odpi.egeria:glossary-author-fvt:4.1'
Gradle Kotlin
implementation("org.odpi.egeria:glossary-author-fvt:4.1")
Scala SBT
libraryDependencies += "org.odpi.egeria" % "glossary-author-fvt" % "4.1"
Groovy Grape
@Grapes(
  @Grab(group='org.odpi.egeria', module='glossary-author-fvt', version='4.1')
)
Apache Ivy
<dependency org="org.odpi.egeria" name="glossary-author-fvt" rev="4.1" />
Leiningen
[org.odpi.egeria/glossary-author-fvt "4.1"]
Apache Buildr
'org.odpi.egeria:glossary-author-fvt:jar:4.1'