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