Download storage-6.186.84.jar file - Jar s

Jar examples for s:storage

Description

Group of modules for reading and writing data from/to various storages. Storages are typically file formats or a database schemas.

You can download jar file storage 6.186.84 in this page.

License

The Apache Software License, Version 2.0

Build File

You can use the following script to add storage-6.186.84.jar to your project.

<dependency>
   <groupId>com.yahoo.vespa</groupId>
   <artifactId>storage</artifactId>
   <version>6.186.84</version>
</dependency>
compile group: 'com.yahoo.vespa', name: 'storage', version: '6.186.84'
libraryDependencies += "com.yahoo.vespa" % "storage" % "6.186.84"
<dependency org="com.yahoo.vespa" name="storage" rev="6.186.84"/>
@Grapes(@Grab(group='com.yahoo.vespa', module='storage', version='6.186.84'))
'com.yahoo.vespa:storage:jar:6.186.84'

Download

Click the following link to download the jar file.

storage-6.186.84-javadoc.jar
storage-6.186.84-sources.jar
storage-6.186.84.jar
storage-6.186.84.pom



Related Tutorials