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