c

custom-mailets-implementation

Files download
File Operation
custom-mailets-implementation-3.8.1.jar download
custom-mailets-implementation-3.8.1.pom download
custom-mailets-implementation-3.8.1-sources.jar download
Apache Maven
<dependency>
  <groupId>org.apache.james</groupId>
  <artifactId>custom-mailets-implementation</artifactId>
  <version>3.8.1</version>
</dependency>
Gradle Groovy
implementation 'org.apache.james:custom-mailets-implementation:3.8.1'
Gradle Kotlin
implementation("org.apache.james:custom-mailets-implementation:3.8.1")
Scala SBT
libraryDependencies += "org.apache.james" % "custom-mailets-implementation" % "3.8.1"
Groovy Grape
@Grapes(
  @Grab(group='org.apache.james', module='custom-mailets-implementation', version='3.8.1')
)
Apache Ivy
<dependency org="org.apache.james" name="custom-mailets-implementation" rev="3.8.1" />
Leiningen
[org.apache.james/custom-mailets-implementation "3.8.1"]
Apache Buildr
'org.apache.james:custom-mailets-implementation:jar:3.8.1'