GroupId | GroupIdcom.github.nithril |
---|---|
ArtifactId | ArtifactIdsmtp-connection-pool |
Version | Version1.2.0 |
Type | Typejar |
Filename | Size |
---|---|
smtp-connection-pool-1.2.0.pom | |
smtp-connection-pool-1.2.0.jar | 22 KB |
smtp-connection-pool-1.2.0-sources.jar | 11 KB |
smtp-connection-pool-1.2.0-javadoc.jar | 111 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.nithril/smtp-connection-pool/ -->
<dependency>
<groupId>com.github.nithril</groupId>
<artifactId>smtp-connection-pool</artifactId>
<version>1.2.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.nithril/smtp-connection-pool/
implementation 'com.github.nithril:smtp-connection-pool:1.2.0'
// https://jarcasting.com/artifacts/com.github.nithril/smtp-connection-pool/
implementation ("com.github.nithril:smtp-connection-pool:1.2.0")
'com.github.nithril:smtp-connection-pool:jar:1.2.0'
<dependency org="com.github.nithril" name="smtp-connection-pool" rev="1.2.0">
<artifact name="smtp-connection-pool" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.nithril', module='smtp-connection-pool', version='1.2.0')
)
libraryDependencies += "com.github.nithril" % "smtp-connection-pool" % "1.2.0"
[com.github.nithril/smtp-connection-pool "1.2.0"]