License |
License |
---|---|
GroupId | GroupIdorg.apache.excalibur.components |
ArtifactId | ArtifactIdexcalibur-store |
Last Version | Last Version2.2.1 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionExcalibur 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.
|
Project Organization |
Project Organization |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
excalibur-store-2.2.1.pom | |
excalibur-store-2.2.1.jar | 35 KB |
excalibur-store-2.2.1-sources.jar | 26 KB |
excalibur-store-2.2.1-javadoc.jar | 88 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.apache.excalibur.components/excalibur-store/ -->
<dependency>
<groupId>org.apache.excalibur.components</groupId>
<artifactId>excalibur-store</artifactId>
<version>2.2.1</version>
</dependency>
// https://jarcasting.com/artifacts/org.apache.excalibur.components/excalibur-store/
implementation 'org.apache.excalibur.components:excalibur-store:2.2.1'
// https://jarcasting.com/artifacts/org.apache.excalibur.components/excalibur-store/
implementation ("org.apache.excalibur.components:excalibur-store:2.2.1")
'org.apache.excalibur.components:excalibur-store:jar:2.2.1'
<dependency org="org.apache.excalibur.components" name="excalibur-store" rev="2.2.1">
<artifact name="excalibur-store" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.apache.excalibur.components', module='excalibur-store', version='2.2.1')
)
libraryDependencies += "org.apache.excalibur.components" % "excalibur-store" % "2.2.1"
[org.apache.excalibur.components/excalibur-store "2.2.1"]
Group / Artifact | Type | Version |
---|---|---|
org.apache.avalon.framework : avalon-framework-impl | jar | 4.3.1 |
concurrent : concurrent | jar | 1.3.4 |
Group / Artifact | Type | Version |
---|---|---|
org.apache.excalibur.containerkit : excalibur-instrument-api | jar | 2.2.1 |
jisp : jisp | jar | 2.5.1 |
org.apache.excalibur.fortress.container : excalibur-fortress-container-api | jar | 1.3.1 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 3.8.2 |