| GroupId | GroupIdorg.simplejavamail |
|---|---|
| ArtifactId | ArtifactIdsmtp-connection-pool |
| Version | Version1.0.10 |
| Type | Typejar |
<!-- https://jarcasting.com/artifacts/org.simplejavamail/smtp-connection-pool/ -->
<dependency>
<groupId>org.simplejavamail</groupId>
<artifactId>smtp-connection-pool</artifactId>
<version>1.0.10</version>
</dependency>
// https://jarcasting.com/artifacts/org.simplejavamail/smtp-connection-pool/
implementation 'org.simplejavamail:smtp-connection-pool:1.0.10'
// https://jarcasting.com/artifacts/org.simplejavamail/smtp-connection-pool/
implementation ("org.simplejavamail:smtp-connection-pool:1.0.10")
'org.simplejavamail:smtp-connection-pool:jar:1.0.10'
<dependency org="org.simplejavamail" name="smtp-connection-pool" rev="1.0.10">
<artifact name="smtp-connection-pool" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.simplejavamail', module='smtp-connection-pool', version='1.0.10')
)
libraryDependencies += "org.simplejavamail" % "smtp-connection-pool" % "1.0.10"
[org.simplejavamail/smtp-connection-pool "1.0.10"]