is not current version
Last Version 9.13.0.RELEASE

com.ritense.valtimo:mail 9.6.1.RELEASE

The mail module is a generic interface for code and process implementations for sending e-mail

GroupId

GroupId

com.ritense.valtimo
ArtifactId

ArtifactId

mail
Version

Version

9.6.1.RELEASE
Type

Type

pom

Download mail 9.6.1.RELEASE


<!-- https://jarcasting.com/artifacts/com.ritense.valtimo/mail/ -->
<dependency>
    <groupId>com.ritense.valtimo</groupId>
    <artifactId>mail</artifactId>
    <version>9.6.1.RELEASE</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.ritense.valtimo/mail/
implementation 'com.ritense.valtimo:mail:9.6.1.RELEASE'
// https://jarcasting.com/artifacts/com.ritense.valtimo/mail/
implementation ("com.ritense.valtimo:mail:9.6.1.RELEASE")
'com.ritense.valtimo:mail:pom:9.6.1.RELEASE'
<dependency org="com.ritense.valtimo" name="mail" rev="9.6.1.RELEASE">
  <artifact name="mail" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.ritense.valtimo', module='mail', version='9.6.1.RELEASE')
)
libraryDependencies += "com.ritense.valtimo" % "mail" % "9.6.1.RELEASE"
[com.ritense.valtimo/mail "9.6.1.RELEASE"]