информация о SHA1 как метаданные к файлам

This commit is contained in:
2022-05-11 01:24:47 +03:00
parent 8f2e416678
commit 6ad5e0c0e7
5 changed files with 34 additions and 5 deletions

View File

@@ -2,4 +2,5 @@ apply plugin: 'java-library'
dependencies {
api("com.squareup.okhttp3:okhttp:${okhttpVersion}")
implementation("commons-io:commons-io:${commonsIoVersion}")
}