Last Version

com.github.chubbard:groovymail 0.1.0

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.

Categories

Categories

Groovy Languages
GroupId

GroupId

com.github.chubbard
ArtifactId

ArtifactId

groovymail
Version

Version

0.1.0
Type

Type

pom

Download groovymail 0.1.0


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