h

hosted-tenant-base

Parent POM for all Vespa base poms.
https://github.com/vespa-engine
The Apache License, Version 2.0
Vespa
Files download
File Operation
hosted-tenant-base-8.334.22.pom download
Apache Maven
<dependency>
  <groupId>com.yahoo.vespa</groupId>
  <artifactId>hosted-tenant-base</artifactId>
  <version>8.334.22</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'com.yahoo.vespa:hosted-tenant-base:8.334.22'
Gradle Kotlin
implementation("com.yahoo.vespa:hosted-tenant-base:8.334.22")
Scala SBT
libraryDependencies += "com.yahoo.vespa" % "hosted-tenant-base" % "8.334.22"
Groovy Grape
@Grapes(
  @Grab(group='com.yahoo.vespa', module='hosted-tenant-base', version='8.334.22')
)
Apache Ivy
<dependency org="com.yahoo.vespa" name="hosted-tenant-base" rev="8.334.22" />
Leiningen
[com.yahoo.vespa/hosted-tenant-base "8.334.22"]
Apache Buildr
'com.yahoo.vespa:hosted-tenant-base:jar:8.334.22'