License |
License |
---|---|
GroupId | GroupIdorg.codehaus.jtstand |
ArtifactId | ArtifactIdjtstand-smtp |
Last Version | Last Version1.5.13 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptionjtstand-smtp
jtstand-smtp sends out email notification through smtp
|
Project Organization |
Project Organization |
Filename | Size |
---|---|
jtstand-smtp-1.5.13.pom | |
jtstand-smtp-1.5.13.jar | 4 KB |
jtstand-smtp-1.5.13-sources.jar | 1 KB |
jtstand-smtp-1.5.13-javadoc.jar | 20 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.codehaus.jtstand/jtstand-smtp/ -->
<dependency>
<groupId>org.codehaus.jtstand</groupId>
<artifactId>jtstand-smtp</artifactId>
<version>1.5.13</version>
</dependency>
// https://jarcasting.com/artifacts/org.codehaus.jtstand/jtstand-smtp/
implementation 'org.codehaus.jtstand:jtstand-smtp:1.5.13'
// https://jarcasting.com/artifacts/org.codehaus.jtstand/jtstand-smtp/
implementation ("org.codehaus.jtstand:jtstand-smtp:1.5.13")
'org.codehaus.jtstand:jtstand-smtp:jar:1.5.13'
<dependency org="org.codehaus.jtstand" name="jtstand-smtp" rev="1.5.13">
<artifact name="jtstand-smtp" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.codehaus.jtstand', module='jtstand-smtp', version='1.5.13')
)
libraryDependencies += "org.codehaus.jtstand" % "jtstand-smtp" % "1.5.13"
[org.codehaus.jtstand/jtstand-smtp "1.5.13"]
Group / Artifact | Type | Version |
---|---|---|
javax.mail : mail | jar | 1.4.7 |
org.jboss.logging : jboss-logging | jar | 3.3.0.Final |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.11 |