is not current version
Last Version 2.0.1

com.sun.mail:logging-mailhandler 2.0.0-RC2


Categories

Categories

Logging Application Layer Libs
GroupId

GroupId

com.sun.mail
ArtifactId

ArtifactId

logging-mailhandler
Version

Version

2.0.0-RC2
Type

Type

jar

Download logging-mailhandler 2.0.0-RC2


<!-- https://jarcasting.com/artifacts/com.sun.mail/logging-mailhandler/ -->
<dependency>
    <groupId>com.sun.mail</groupId>
    <artifactId>logging-mailhandler</artifactId>
    <version>2.0.0-RC2</version>
</dependency>
// https://jarcasting.com/artifacts/com.sun.mail/logging-mailhandler/
implementation 'com.sun.mail:logging-mailhandler:2.0.0-RC2'
// https://jarcasting.com/artifacts/com.sun.mail/logging-mailhandler/
implementation ("com.sun.mail:logging-mailhandler:2.0.0-RC2")
'com.sun.mail:logging-mailhandler:jar:2.0.0-RC2'
<dependency org="com.sun.mail" name="logging-mailhandler" rev="2.0.0-RC2">
  <artifact name="logging-mailhandler" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.sun.mail', module='logging-mailhandler', version='2.0.0-RC2')
)
libraryDependencies += "com.sun.mail" % "logging-mailhandler" % "2.0.0-RC2"
[com.sun.mail/logging-mailhandler "2.0.0-RC2"]