l

logging-mailhandler

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