a

apache-james-mailbox-caching

JAMES-2703 This maven module is deprecated and will be removed straight after upcoming James 3.4.0 release, unless it finds a maintainer. This module lacks tests and is not used in James products hence the choice to deprecate it.
文件下载
文件名 操作
apache-james-mailbox-caching-3.4.0.jar 下载
apache-james-mailbox-caching-3.4.0.pom 下载
apache-james-mailbox-caching-3.4.0-sources.jar 下载
Apache Maven
<dependency>
  <groupId>org.apache.james</groupId>
  <artifactId>apache-james-mailbox-caching</artifactId>
  <version>3.4.0</version>
</dependency>
Gradle Groovy
implementation 'org.apache.james:apache-james-mailbox-caching:3.4.0'
Gradle Kotlin
implementation("org.apache.james:apache-james-mailbox-caching:3.4.0")
Scala SBT
libraryDependencies += "org.apache.james" % "apache-james-mailbox-caching" % "3.4.0"
Groovy Grape
@Grapes(
  @Grab(group='org.apache.james', module='apache-james-mailbox-caching', version='3.4.0')
)
Apache Ivy
<dependency org="org.apache.james" name="apache-james-mailbox-caching" rev="3.4.0" />
Leiningen
[org.apache.james/apache-james-mailbox-caching "3.4.0"]
Apache Buildr
'org.apache.james:apache-james-mailbox-caching:jar:3.4.0'