mirror of
https://github.com/tursom/TursomServer.git
synced 2025-03-23 08:00:06 +08:00
9 lines
122 B
Plaintext
9 lines
122 B
Plaintext
dependencies {
|
|
implementation(project(":"))
|
|
api(group = "com.sun.mail", name = "javax.mail", version = "1.6.2")
|
|
}
|
|
|
|
|
|
|
|
|