| GroupId | GroupIdgenjava |
|---|---|
| ArtifactId | ArtifactIdgj-mail |
| Last Version | Last Version1.0 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
DescriptionGenJava-Mail
Mail component of GenJava-Core. Adds some helper functionality around JavaMail.
|
| Filename | Size |
|---|---|
| gj-mail-1.0.pom | |
| gj-mail-1.0.jar | 5 KB |
| gj-mail-1.0-sources.jar | 5 KB |
| gj-mail-1.0-javadoc.javadoc.jar | 22 KB |
| gj-mail-1.0-javadoc.jar | 22 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/genjava/gj-mail/ -->
<dependency>
<groupId>genjava</groupId>
<artifactId>gj-mail</artifactId>
<version>1.0</version>
</dependency>
// https://jarcasting.com/artifacts/genjava/gj-mail/
implementation 'genjava:gj-mail:1.0'
// https://jarcasting.com/artifacts/genjava/gj-mail/
implementation ("genjava:gj-mail:1.0")
'genjava:gj-mail:jar:1.0'
<dependency org="genjava" name="gj-mail" rev="1.0">
<artifact name="gj-mail" type="jar" />
</dependency>
@Grapes(
@Grab(group='genjava', module='gj-mail', version='1.0')
)
libraryDependencies += "genjava" % "gj-mail" % "1.0"
[genjava/gj-mail "1.0"]
| Group / Artifact | Type | Version |
|---|---|---|
| javamail : javamail | jar | 1.2 |
| genjava : gj-core | jar | 3.0 |
| commons-lang : commons-lang | jar | 2.0 |