License |
License |
---|---|
Categories |
CategoriesJakarta Server Pages Jakarta EE The Web Tier |
GroupId | GroupIdcom.github.robertdeocampojr |
ArtifactId | ArtifactIdjspringbot-mail |
Last Version | Last Version1.0 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptionjspringbot-mail
This is a supporting library for jspringbot to use JavaMail
|
Filename | Size |
---|---|
jspringbot-mail-1.0.pom | |
jspringbot-mail-1.0.jar | 16 KB |
jspringbot-mail-1.0-sources.jar | 10 KB |
jspringbot-mail-1.0-javadoc.jar | 54 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.robertdeocampojr/jspringbot-mail/ -->
<dependency>
<groupId>com.github.robertdeocampojr</groupId>
<artifactId>jspringbot-mail</artifactId>
<version>1.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.robertdeocampojr/jspringbot-mail/
implementation 'com.github.robertdeocampojr:jspringbot-mail:1.0'
// https://jarcasting.com/artifacts/com.github.robertdeocampojr/jspringbot-mail/
implementation ("com.github.robertdeocampojr:jspringbot-mail:1.0")
'com.github.robertdeocampojr:jspringbot-mail:jar:1.0'
<dependency org="com.github.robertdeocampojr" name="jspringbot-mail" rev="1.0">
<artifact name="jspringbot-mail" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.robertdeocampojr', module='jspringbot-mail', version='1.0')
)
libraryDependencies += "com.github.robertdeocampojr" % "jspringbot-mail" % "1.0"
[com.github.robertdeocampojr/jspringbot-mail "1.0"]
Group / Artifact | Type | Version |
---|---|---|
org.jspringbot : jspringbot-pretty-logger | jar | 1.5 |
javax.mail : mail | jar | 1.4 |
org.springframework : spring-beans | jar | 3.0.5.RELEASE |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.12 |
org.mockito : mockito-all | jar | 2.0.2-beta |
org.springframework : spring-test | jar | 4.3.2.RELEASE |