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