is not current version
Last Version 9.0.1

tv.hd3g:mailkit 1.0.1

Mail engine as notification abstraction for Spring Boot

GroupId

GroupId

tv.hd3g
ArtifactId

ArtifactId

mailkit
Version

Version

1.0.1
Type

Type

jar

Download mailkit 1.0.1


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