is not current version
Last Version 9.0.1

tv.hd3g:mailkit 1.0.0

Mail engine as notification abstraction for Spring Boot

GroupId

GroupId

tv.hd3g
ArtifactId

ArtifactId

mailkit
Version

Version

1.0.0
Type

Type

jar

Download mailkit 1.0.0


<!-- https://jarcasting.com/artifacts/tv.hd3g/mailkit/ -->
<dependency>
    <groupId>tv.hd3g</groupId>
    <artifactId>mailkit</artifactId>
    <version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/tv.hd3g/mailkit/
implementation 'tv.hd3g:mailkit:1.0.0'
// https://jarcasting.com/artifacts/tv.hd3g/mailkit/
implementation ("tv.hd3g:mailkit:1.0.0")
'tv.hd3g:mailkit:jar:1.0.0'
<dependency org="tv.hd3g" name="mailkit" rev="1.0.0">
  <artifact name="mailkit" type="jar" />
</dependency>
@Grapes(
@Grab(group='tv.hd3g', module='mailkit', version='1.0.0')
)
libraryDependencies += "tv.hd3g" % "mailkit" % "1.0.0"
[tv.hd3g/mailkit "1.0.0"]