j

james-server-guice-custom-mailets-dependency

Dependency not part of James classpath that custom mailets can depends on
文件下载
文件名 操作
james-server-guice-custom-mailets-dependency-3.6.2.jar 下载
james-server-guice-custom-mailets-dependency-3.6.2.pom 下载
james-server-guice-custom-mailets-dependency-3.6.2-sources.jar 下载
Apache Maven
<dependency>
  <groupId>org.apache.james</groupId>
  <artifactId>james-server-guice-custom-mailets-dependency</artifactId>
  <version>3.6.2</version>
</dependency>
Gradle Groovy
implementation 'org.apache.james:james-server-guice-custom-mailets-dependency:3.6.2'
Gradle Kotlin
implementation("org.apache.james:james-server-guice-custom-mailets-dependency:3.6.2")
Scala SBT
libraryDependencies += "org.apache.james" % "james-server-guice-custom-mailets-dependency" % "3.6.2"
Groovy Grape
@Grapes(
  @Grab(group='org.apache.james', module='james-server-guice-custom-mailets-dependency', version='3.6.2')
)
Apache Ivy
<dependency org="org.apache.james" name="james-server-guice-custom-mailets-dependency" rev="3.6.2" />
Leiningen
[org.apache.james/james-server-guice-custom-mailets-dependency "3.6.2"]
Apache Buildr
'org.apache.james:james-server-guice-custom-mailets-dependency:jar:3.6.2'