License |
License |
---|---|
GroupId | GroupIdorg.apache.james |
ArtifactId | ArtifactIdblob-aes |
Last Version | Last Version3.7.0 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionApache James :: Server :: Blob :: AES encryption
The Apache Java Enterprise Mail Server (a.k.a. Apache James) is a 100% pure Java SMTP, IMAP, JMAP and POP3 Mail
server.
We have designed James to be a complete and portable enterprise mail engine solution based on currently
available open protocols. James is also a mail application platform. We have developed a Java API to let
you write Java code to process emails that we call the mailet API. A mailet can generate an automatic reply,
update a database, prevent spam, build a message archive, or whatever you can imagine. A matcher determines
whether your mailet should process an email in the server. The James project hosts the Mailet API, and James
provides an implementation of this mail application platform API.
|
Project Organization |
Project Organization |
Filename | Size |
---|---|
blob-aes-3.7.0.pom | |
blob-aes-3.7.0.jar | 15 KB |
blob-aes-3.7.0-tests.jar | 9 KB |
blob-aes-3.7.0-test-sources.jar | 9 KB |
blob-aes-3.7.0-sources.jar | 13 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.apache.james/blob-aes/ -->
<dependency>
<groupId>org.apache.james</groupId>
<artifactId>blob-aes</artifactId>
<version>3.7.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.apache.james/blob-aes/
implementation 'org.apache.james:blob-aes:3.7.0'
// https://jarcasting.com/artifacts/org.apache.james/blob-aes/
implementation ("org.apache.james:blob-aes:3.7.0")
'org.apache.james:blob-aes:jar:3.7.0'
<dependency org="org.apache.james" name="blob-aes" rev="3.7.0">
<artifact name="blob-aes" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.apache.james', module='blob-aes', version='3.7.0')
)
libraryDependencies += "org.apache.james" % "blob-aes" % "3.7.0"
[org.apache.james/blob-aes "3.7.0"]
Group / Artifact | Type | Version |
---|---|---|
org.apache.james : blob-api | jar | 3.7.0 |
com.github.fge : throwing-lambdas | jar | 0.5.0 |
com.google.crypto.tink : tink | jar | 1.6.1 |
com.google.guava : guava | jar | 31.0.1-jre |
commons-io : commons-io | jar | 2.11.0 |
io.projectreactor : reactor-core | jar |
Group / Artifact | Type | Version |
---|---|---|
org.apache.james : blob-api | test-jar | 3.7.0 |
org.apache.james : blob-memory | jar | 3.7.0 |
org.apache.james : james-server-testing | jar | 3.7.0 |