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: 7bc526fabce278a6376278293e3cb8c50e112682 (plain)
1
2
3
4
5
6
7
dependencies {
    implementation project(':core')
    implementation project(':pkix')
    implementation project(':prov')

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