GroupId | GroupIdcom.yahoo.vespa |
---|---|
ArtifactId | ArtifactIdstorage |
Version | Version7.306.19 |
Type | Typejar |
Filename | Size |
---|---|
storage-7.306.19.pom | |
storage-7.306.19.jar | 114 KB |
storage-7.306.19-sources.jar | 49 KB |
storage-7.306.19-javadoc.jar | 468 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/com.yahoo.vespa/storage/ -->
<dependency>
<groupId>com.yahoo.vespa</groupId>
<artifactId>storage</artifactId>
<version>7.306.19</version>
</dependency>
// https://jarcasting.com/artifacts/com.yahoo.vespa/storage/
implementation 'com.yahoo.vespa:storage:7.306.19'
// https://jarcasting.com/artifacts/com.yahoo.vespa/storage/
implementation ("com.yahoo.vespa:storage:7.306.19")
'com.yahoo.vespa:storage:jar:7.306.19'
<dependency org="com.yahoo.vespa" name="storage" rev="7.306.19">
<artifact name="storage" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.yahoo.vespa', module='storage', version='7.306.19')
)
libraryDependencies += "com.yahoo.vespa" % "storage" % "7.306.19"
[com.yahoo.vespa/storage "7.306.19"]