Added commmons-compress

master
Robinson 2023-01-13 01:24:30 +01:00
parent 42c20d2bdf
commit 7abe41dacc
No known key found for this signature in database
GPG Key ID: 8E7DB78588BD6F5C
1 changed files with 6 additions and 0 deletions

View File

@ -545,6 +545,12 @@ object AppLicensing {
author("The Apache Software Foundation")
url("https://github.com/apache/commons-io")
}),
L("org.apache.commons:commons-compress",
LicenseData("Apache Commons Compress ", License.APACHE_2).apply {
description("The Apache Commons Compress library defines an API for working with ar, cpio, Unix dump, tar, zip, gzip, XZ, Pack200, bzip2, 7z, arj, lzma, snappy, DEFLATE, lz4, Brotli, Zstandard, DEFLATE64 and Z files.")
author("The Apache Software Foundation")
url("https://github.com/apache/commons-compress")
}),
L("io.undertow",
LicenseData("Undertow", License.APACHE_2).apply {
description("High performance non-blocking webserver")