| License |
License |
|---|---|
| GroupId | GroupIdorg.apache.james |
| ArtifactId | ArtifactIdblob-union |
| Last Version | Last Version3.5.0 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
DescriptionApache James :: Server :: Blob :: Union Blob Storage
An implementation of BlobStore which relies on a current and a legacy BlobStore by order for reading and writing
blobs with fallback mechanism.
|
| Project Organization |
Project Organization |
| Filename | Size |
|---|---|
| blob-union-3.5.0.pom | |
| blob-union-3.5.0.jar | 14 KB |
| blob-union-3.5.0-tests.jar | 2 KB |
| blob-union-3.5.0-test-sources.jar | 11 KB |
| blob-union-3.5.0-sources.jar | 10 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/org.apache.james/blob-union/ -->
<dependency>
<groupId>org.apache.james</groupId>
<artifactId>blob-union</artifactId>
<version>3.5.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.apache.james/blob-union/
implementation 'org.apache.james:blob-union:3.5.0'
// https://jarcasting.com/artifacts/org.apache.james/blob-union/
implementation ("org.apache.james:blob-union:3.5.0")
'org.apache.james:blob-union:jar:3.5.0'
<dependency org="org.apache.james" name="blob-union" rev="3.5.0">
<artifact name="blob-union" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.apache.james', module='blob-union', version='3.5.0')
)
libraryDependencies += "org.apache.james" % "blob-union" % "3.5.0"
[org.apache.james/blob-union "3.5.0"]
| Group / Artifact | Type | Version |
|---|---|---|
| org.apache.james : blob-api | jar | 3.5.0 |
| org.apache.james : james-server-util | jar | 3.5.0 |
| org.apache.commons : commons-configuration2 | jar | 2.7 |
| Group / Artifact | Type | Version |
|---|---|---|
| org.apache.james : blob-api | test-jar | 3.5.0 |
| org.apache.james : blob-memory | jar | 3.5.0 |
| org.apache.james : james-server-testing | jar | 3.5.0 |
| org.apache.james : testing-base | jar | 3.5.0 |