Categories |
CategoriesNet |
---|---|
GroupId | GroupIdorg.jvnet.jax-ws-commons |
ArtifactId | ArtifactIdsmtp |
Last Version | Last Version1.1 |
Release Date | Release Date |
Type | Typepom |
Description |
DescriptionSMTP support extension
|
Filename | Size |
---|---|
smtp-1.1.pom | 1 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.jvnet.jax-ws-commons/smtp/ -->
<dependency>
<groupId>org.jvnet.jax-ws-commons</groupId>
<artifactId>smtp</artifactId>
<version>1.1</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.jvnet.jax-ws-commons/smtp/
implementation 'org.jvnet.jax-ws-commons:smtp:1.1'
// https://jarcasting.com/artifacts/org.jvnet.jax-ws-commons/smtp/
implementation ("org.jvnet.jax-ws-commons:smtp:1.1")
'org.jvnet.jax-ws-commons:smtp:pom:1.1'
<dependency org="org.jvnet.jax-ws-commons" name="smtp" rev="1.1">
<artifact name="smtp" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.jvnet.jax-ws-commons', module='smtp', version='1.1')
)
libraryDependencies += "org.jvnet.jax-ws-commons" % "smtp" % "1.1"
[org.jvnet.jax-ws-commons/smtp "1.1"]