0
0
mirror of https://github.com/tursom/TursomServer.git synced 2025-03-23 08:00:06 +08:00
TursomServer/utils/mail/build.gradle

8 lines
302 B
Groovy

dependencies {
compile project(":")
// https://mvnrepository.com/artifact/javax.mail/mail
//compile group: 'javax.mail', name: 'mail', version: '1.4'
// https://mvnrepository.com/artifact/com.sun.mail/javax.mail
compile group: 'com.sun.mail', name: 'javax.mail', version: '1.5.1'
}