f

fat-model-dependencies

Files download
File Operation
fat-model-dependencies-8.343.11.pom download
Apache Maven
<dependency>
  <groupId>com.yahoo.vespa</groupId>
  <artifactId>fat-model-dependencies</artifactId>
  <version>8.343.11</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'com.yahoo.vespa:fat-model-dependencies:8.343.11'
Gradle Kotlin
implementation("com.yahoo.vespa:fat-model-dependencies:8.343.11")
Scala SBT
libraryDependencies += "com.yahoo.vespa" % "fat-model-dependencies" % "8.343.11"
Groovy Grape
@Grapes(
  @Grab(group='com.yahoo.vespa', module='fat-model-dependencies', version='8.343.11')
)
Apache Ivy
<dependency org="com.yahoo.vespa" name="fat-model-dependencies" rev="8.343.11" />
Leiningen
[com.yahoo.vespa/fat-model-dependencies "8.343.11"]
Apache Buildr
'com.yahoo.vespa:fat-model-dependencies:jar:8.343.11'