TursomServer/utils/mail/build.gradle

8 lines
302 B
Groovy
Raw Normal View History

2020-03-07 17:30:36 +08:00
dependencies {
2020-05-03 17:28:05 +08:00
compile project(":")
2020-03-07 17:30:36 +08:00
// 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'
}