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