t

tenant-cd-api

Hosted Vespa tenant CD API, test API library for hosted Vespa applications.
https://github.com/vespa-engine
文件下载
文件名 操作
tenant-cd-api-8.353.26.jar 下载
tenant-cd-api-8.353.26.pom 下载
tenant-cd-api-8.353.26-sources.jar 下载
Apache Maven
<dependency>
  <groupId>com.yahoo.vespa</groupId>
  <artifactId>tenant-cd-api</artifactId>
  <version>8.353.26</version>
  <type>container-plugin</type>
</dependency>
Gradle Groovy
implementation 'com.yahoo.vespa:tenant-cd-api:8.353.26'
Gradle Kotlin
implementation("com.yahoo.vespa:tenant-cd-api:8.353.26")
Scala SBT
libraryDependencies += "com.yahoo.vespa" % "tenant-cd-api" % "8.353.26"
Groovy Grape
@Grapes(
  @Grab(group='com.yahoo.vespa', module='tenant-cd-api', version='8.353.26')
)
Apache Ivy
<dependency org="com.yahoo.vespa" name="tenant-cd-api" rev="8.353.26" />
Leiningen
[com.yahoo.vespa/tenant-cd-api "8.353.26"]
Apache Buildr
'com.yahoo.vespa:tenant-cd-api:jar:8.353.26'