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