Project Transitive Dependencies
The following is a list of transitive dependencies for this project. Transitive dependencies are the dependencies of the project dependencies.
compile
The following is a list of compile dependencies for this project. These dependencies are required to compile and run the application:
| GroupId |
ArtifactId |
Version |
Type |
Licenses |
| com.googlecode.javaewah |
JavaEWAH |
1.1.7 |
jar |
Apache 2 |
Project Dependency Graph
Dependency Tree
- org.eclipse.jgit:org.eclipse.jgit.gpg.bc:jar:5.12.0.202106070339-r
![[Information]](./images/icon_info_sml.gif)
| JGit - BouncyCastle-based GPG support |
|
Description: GPG support for JGit based on BouncyCastle
URL: https://www.eclipse.org/jgit//org.eclipse.jgit.gpg.bc
Project Licenses: Eclipse Distribution License (New BSD License) |
- org.eclipse.jgit:org.eclipse.jgit:jar:5.12.0.202106070339-r (compile)
![[Information]](./images/icon_info_sml.gif)
| JGit - Core |
|
Description: Repository access and algorithms
URL: https://www.eclipse.org/jgit//org.eclipse.jgit
Project Licenses: Eclipse Distribution License (New BSD License) |
- com.googlecode.javaewah:JavaEWAH:jar:1.1.7 (compile)
![[Information]](./images/icon_info_sml.gif)
| JavaEWAH |
|
Description: The bit array data structure is implemented in Java as the BitSet class. Unfortunately, this fails to scale without compression.
JavaEWAH is a word-aligned compressed variant of the Java bitset class. It uses a 64-bit run-length encoding (RLE) compression scheme.
The goal of word-aligned compression is not to achieve the best compression, but rather to improve query processing time. Hence, we try to save CPU cycles, maybe at the expense of storage. However, the EWAH scheme we implemented is always more efficient storage-wise than an uncompressed bitmap (implemented in Java as the BitSet class). Unlike some alternatives, javaewah does not rely on a patented scheme.
URL: https://github.com/lemire/javaewah
Project Licenses: Apache 2 |
- org.bouncycastle:bcpg-jdk15on:jar:1.65 (compile)
![[Information]](./images/icon_info_sml.gif)
- org.bouncycastle:bcprov-jdk15on:jar:1.65.01 (compile)
![[Information]](./images/icon_info_sml.gif)
| Bouncy Castle Provider |
|
Description: The Bouncy Castle Crypto package is a Java implementation of cryptographic algorithms. This jar contains JCE provider and lightweight API for the Bouncy Castle Cryptography APIs for JDK 1.5+.
URL: http://www.bouncycastle.org/java.html
Project Licenses: Bouncy Castle Licence |
- org.bouncycastle:bcpkix-jdk15on:jar:1.65 (compile)
![[Information]](./images/icon_info_sml.gif)
| Bouncy Castle PKIX, CMS, EAC, TSP, PKCS, OCSP, CMP, and CRMF APIs |
|
Description: The Bouncy Castle Java APIs for CMS, PKCS, EAC, TSP, CMP, CRMF, OCSP, and certificate generation. This jar contains APIs for JDK 1.5 to JDK 1.8. The APIs can be used in conjunction with a JCE/JCA provider such as the one provided with the Bouncy Castle Cryptography APIs.
URL: http://www.bouncycastle.org/java.html
Project Licenses: Bouncy Castle Licence |
- org.slf4j:slf4j-api:jar:1.7.30 (compile)
![[Information]](./images/icon_info_sml.gif)
Licenses
Apache 2: JavaEWAH
Apache Software License, Version 1.1: Bouncy Castle OpenPGP API
MIT License: SLF4J API Module
Eclipse Distribution License (New BSD License): JGit - BouncyCastle-based GPG support, JGit - Core
Bouncy Castle Licence: Bouncy Castle OpenPGP API, Bouncy Castle PKIX, CMS, EAC, TSP, PKCS, OCSP, CMP, and CRMF APIs, Bouncy Castle Provider
Dependency File Details
| Filename |
Size |
Entries |
Classes |
Packages |
Java Version |
Debug Information |
| JavaEWAH-1.1.7.jar |
166.3 kB |
120 |
106 |
5 |
1.8 |
Yes |
| bcpg-jdk15on-1.65.jar |
335.9 kB |
288 |
264 |
16 |
- |
No |
| bcpkix-jdk15on-1.65.jar |
879.2 kB |
791 |
738 |
46 |
- |
No |
| bcprov-jdk15on-1.65.01.jar |
4.5 MB |
3718 |
3522 |
159 |
- |
Yes |
| org.eclipse.jgit-5.12.0.202106070339-r.jar |
2.7 MB |
1617 |
1547 |
50 |
1.8 |
Yes |
| slf4j-api-1.7.30.jar |
41.5 kB |
46 |
34 |
4 |
1.5 |
Yes |
| Total |
Size |
Entries |
Classes |
Packages |
Java Version |
Debug Information |
| 6 |
8.6 MB |
6580 |
6211 |
280 |
1.8 |
4 |
| compile: 6 |
compile: 8.6 MB |
compile: 6580 |
compile: 6211 |
compile: 280 |
- |
compile: 4 |