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.
文件下载
文件名 操作
excalibur-store-2.2.1.jar 下载
excalibur-store-2.2.1.pom 下载
excalibur-store-2.2.1-sources.jar 下载
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'