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.346.21.pom download
Apache Maven
<dependency>
  <groupId>com.yahoo.vespa</groupId>
  <artifactId>hosted-tenant-base</artifactId>
  <version>8.346.21</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'com.yahoo.vespa:hosted-tenant-base:8.346.21'
Gradle Kotlin
implementation("com.yahoo.vespa:hosted-tenant-base:8.346.21")
Scala SBT
libraryDependencies += "com.yahoo.vespa" % "hosted-tenant-base" % "8.346.21"
Groovy Grape
@Grapes(
  @Grab(group='com.yahoo.vespa', module='hosted-tenant-base', version='8.346.21')
)
Apache Ivy
<dependency org="com.yahoo.vespa" name="hosted-tenant-base" rev="8.346.21" />
Leiningen
[com.yahoo.vespa/hosted-tenant-base "8.346.21"]
Apache Buildr
'com.yahoo.vespa:hosted-tenant-base:jar:8.346.21'