<dependency> <groupId>org.subethamail</groupId> <artifactId>subethasmtp</artifactId> <version>3.1.5</version> </dependency>
implementation 'org.subethamail:subethasmtp:3.1.5'
implementation("org.subethamail:subethasmtp:3.1.5")
libraryDependencies += "org.subethamail" % "subethasmtp" % "3.1.5"
@Grapes( @Grab(group='org.subethamail', module='subethasmtp', version='3.1.5') )
<dependency org="org.subethamail" name="subethasmtp" rev="3.1.5" />
[org.subethamail/subethasmtp "3.1.5"]
'org.subethamail:subethasmtp:jar:3.1.5'
compile
|-- javax.mail:mail:1.4.1
|-- javax.activation:activation:1.1.1
|-- org.slf4j:slf4j-api:1.5.6
test
|-- junit:junit:4.5
|-- org.slf4j:slf4j-simple:1.5.6