f

filedistribution

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