Download excalibur-store-2.1.jar file - Jar e

Jar examples for e:excalibur-store

Description

The Store Package provides a way to store named objects without taking care about where and how they are stored. You can choose between different implementations that store the data e.g. in memory or on the file system etc.

You can download jar file excalibur-store 2.1 in this page.

License

Apache License

Build File

You can use the following script to add excalibur-store-2.1.jar to your project.

<dependency>
   <groupId>org.dspace.xmlui.excalibur</groupId>
   <artifactId>excalibur-store</artifactId>
   <version>2.1</version>
</dependency>
compile group: 'org.dspace.xmlui.excalibur', name: 'excalibur-store', version: '2.1'
libraryDependencies += "org.dspace.xmlui.excalibur" % "excalibur-store" % "2.1"
<dependency org="org.dspace.xmlui.excalibur" name="excalibur-store" rev="2.1"/>
@Grapes(@Grab(group='org.dspace.xmlui.excalibur', module='excalibur-store', version='2.1'))
'org.dspace.xmlui.excalibur:excalibur-store:jar:2.1'

Download

Click the following link to download the jar file.

excalibur-store-2.1.jar
excalibur-store-2.1.pom



Related Tutorials