2020-05-28 12:09:56 +02:00
|
|
|
dependencies {
|
|
|
|
api project(':io-archive')
|
2022-05-25 10:41:50 +02:00
|
|
|
implementation project(':io-compress-bgzf')
|
2020-05-28 12:09:56 +02:00
|
|
|
implementation project(':io-compress-bzip2')
|
|
|
|
implementation project(':io-compress-lzf')
|
|
|
|
implementation project(':io-compress-xz')
|
|
|
|
implementation project(':io-compress-zlib')
|
|
|
|
implementation project(':io-archive-ar')
|
|
|
|
implementation project(':io-archive-cpio')
|
|
|
|
implementation project(':io-archive-dump')
|
|
|
|
implementation project(':io-archive-jar')
|
|
|
|
implementation project(':io-archive-tar')
|
|
|
|
implementation project(':io-archive-zip')
|
|
|
|
}
|