G

GroovyMail

GroovyMail aims to replace using JavaMail as the API to send email in Groovy by building a domain specific language (DSL) on top of JavaMail to make sending email simpler.
https://github.com/chubbard/groovymail
The Apache License, Version 2.0
Charlie Hubbard
Files download
File Operation
GroovyMail-0.1.0.pom download
Apache Maven
<dependency>
  <groupId>com.github.chubbard</groupId>
  <artifactId>GroovyMail</artifactId>
  <version>0.1.0</version>
  <type>jar.asc</type>
</dependency>
Gradle Groovy
implementation 'com.github.chubbard:GroovyMail:0.1.0'
Gradle Kotlin
implementation("com.github.chubbard:GroovyMail:0.1.0")
Scala SBT
libraryDependencies += "com.github.chubbard" % "GroovyMail" % "0.1.0"
Groovy Grape
@Grapes(
  @Grab(group='com.github.chubbard', module='GroovyMail', version='0.1.0')
)
Apache Ivy
<dependency org="com.github.chubbard" name="GroovyMail" rev="0.1.0" />
Leiningen
[com.github.chubbard/GroovyMail "0.1.0"]
Apache Buildr
'com.github.chubbard:GroovyMail:jar:0.1.0'
Dependencies
The project has no third-party dependencies