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