Welcome to mirror list, hosted at ThFree Co, Russian Federation.

build.gradle « mail - gitlab.com/quite/humla-spongycastle.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 2a3fa37635826082dd686444088c902e54573411 (plain)
1
2
3
4
5
6
7
dependencies {
    compile project(':core')
    compile project(':pkix')
    compile project(':prov')

    compile group: 'javax.mail', name: 'mail', version: '1.4.+'
}