is not current version
Last Version 3.5.0

org.apache.james:blob-union 3.4.0

An implementation of BlobStore which relies on a current and a legacy BlobStore by order for reading and writing blobs with fallback mechanism.

GroupId

GroupId

org.apache.james
ArtifactId

ArtifactId

blob-union
Version

Version

3.4.0
Type

Type

jar

Download blob-union 3.4.0


<!-- https://jarcasting.com/artifacts/org.apache.james/blob-union/ -->
<dependency>
    <groupId>org.apache.james</groupId>
    <artifactId>blob-union</artifactId>
    <version>3.4.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.apache.james/blob-union/
implementation 'org.apache.james:blob-union:3.4.0'
// https://jarcasting.com/artifacts/org.apache.james/blob-union/
implementation ("org.apache.james:blob-union:3.4.0")
'org.apache.james:blob-union:jar:3.4.0'
<dependency org="org.apache.james" name="blob-union" rev="3.4.0">
  <artifact name="blob-union" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.apache.james', module='blob-union', version='3.4.0')
)
libraryDependencies += "org.apache.james" % "blob-union" % "3.4.0"
[org.apache.james/blob-union "3.4.0"]