Categories |
CategoriesJava Languages |
---|---|
GroupId | GroupIdcom.github.stephenc.simple-java-mail |
ArtifactId | ArtifactIdsimple-java-mail |
Version | Version1.4 |
Type | Typejar |
Filename | Size |
---|---|
simple-java-mail-1.4.pom | |
simple-java-mail-1.4.jar | 18 KB |
simple-java-mail-1.4-sources.jar | 14 KB |
simple-java-mail-1.4-javadoc.jar | 54 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.stephenc.simple-java-mail/simple-java-mail/ -->
<dependency>
<groupId>com.github.stephenc.simple-java-mail</groupId>
<artifactId>simple-java-mail</artifactId>
<version>1.4</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.stephenc.simple-java-mail/simple-java-mail/
implementation 'com.github.stephenc.simple-java-mail:simple-java-mail:1.4'
// https://jarcasting.com/artifacts/com.github.stephenc.simple-java-mail/simple-java-mail/
implementation ("com.github.stephenc.simple-java-mail:simple-java-mail:1.4")
'com.github.stephenc.simple-java-mail:simple-java-mail:jar:1.4'
<dependency org="com.github.stephenc.simple-java-mail" name="simple-java-mail" rev="1.4">
<artifact name="simple-java-mail" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.stephenc.simple-java-mail', module='simple-java-mail', version='1.4')
)
libraryDependencies += "com.github.stephenc.simple-java-mail" % "simple-java-mail" % "1.4"
[com.github.stephenc.simple-java-mail/simple-java-mail "1.4"]