Categories |
CategoriesDistribution Build Tools |
---|---|
GroupId | GroupIdcom.yahoo.vespa |
ArtifactId | ArtifactIdfiledistributionmanager |
Version | Version6.169.41 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.yahoo.vespa/filedistributionmanager/ -->
<dependency>
<groupId>com.yahoo.vespa</groupId>
<artifactId>filedistributionmanager</artifactId>
<version>6.169.41</version>
</dependency>
// https://jarcasting.com/artifacts/com.yahoo.vespa/filedistributionmanager/
implementation 'com.yahoo.vespa:filedistributionmanager:6.169.41'
// https://jarcasting.com/artifacts/com.yahoo.vespa/filedistributionmanager/
implementation ("com.yahoo.vespa:filedistributionmanager:6.169.41")
'com.yahoo.vespa:filedistributionmanager:jar:6.169.41'
<dependency org="com.yahoo.vespa" name="filedistributionmanager" rev="6.169.41">
<artifact name="filedistributionmanager" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.yahoo.vespa', module='filedistributionmanager', version='6.169.41')
)
libraryDependencies += "com.yahoo.vespa" % "filedistributionmanager" % "6.169.41"
[com.yahoo.vespa/filedistributionmanager "6.169.41"]