1234567891011121314 |
- description = "maxkey-protocol-extendapi"
- dependencies {
- //local jars
- compile fileTree(dir: '../maxkey-lib/*/', include: '*.jar')
-
- compile project(":maxkey-core")
- compile project(":maxkey-dao")
- compile project(":maxkey-jose-jwt")
- compile project(":maxkey-client-sdk")
- compile project(":maxkey-protocols:maxkey-protocol-authorize")
- }
|