e

excalibur-store

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.
Files download
File Operation
excalibur-store-2.2.1.jar download
excalibur-store-2.2.1.pom download
excalibur-store-2.2.1-sources.jar download
Apache Maven
<dependency>
  <groupId>org.apache.excalibur.components</groupId>
  <artifactId>excalibur-store</artifactId>
  <version>2.2.1</version>
</dependency>
Gradle Groovy
implementation 'org.apache.excalibur.components:excalibur-store:2.2.1'
Gradle Kotlin
implementation("org.apache.excalibur.components:excalibur-store:2.2.1")
Scala SBT
libraryDependencies += "org.apache.excalibur.components" % "excalibur-store" % "2.2.1"
Groovy Grape
@Grapes(
  @Grab(group='org.apache.excalibur.components', module='excalibur-store', version='2.2.1')
)
Apache Ivy
<dependency org="org.apache.excalibur.components" name="excalibur-store" rev="2.2.1" />
Leiningen
[org.apache.excalibur.components/excalibur-store "2.2.1"]
Apache Buildr
'org.apache.excalibur.components:excalibur-store:jar:2.2.1'