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