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