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.google.code.gson |
gson |
2.9.1 |
jar |
Apache-2.0 |
org.eclipse.jgit |
org.eclipse.jgit |
6.4.0.202211300538-r |
jar |
Eclipse Distribution License (New BSD License) |
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.13 |
jar |
Apache 2 |
org.slf4j |
slf4j-api |
1.7.30 |
jar |
MIT License |
Project Dependency Graph
Dependency Tree
- org.eclipse.jgit:org.eclipse.jgit.lfs:jar:6.4.0.202211300538-r
JGit - Large File Storage |
Description: JGit Large File Storage (LFS) implementation.
URL: https://www.eclipse.org/jgit//org.eclipse.jgit.lfs
Project Licenses: Eclipse Distribution License (New BSD License) |
- org.eclipse.jgit:org.eclipse.jgit:jar:6.4.0.202211300538-r (compile)
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.13 (compile)
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.slf4j:slf4j-api:jar:1.7.30 (compile)
- com.google.code.gson:gson:jar:2.9.1 (compile)
Licenses
Apache 2: JavaEWAH
MIT License: SLF4J API Module
Apache-2.0: Gson
Eclipse Distribution License (New BSD License): JGit - Core, JGit - Large File Storage
Dependency File Details
Filename |
Size |
Entries |
Classes |
Packages |
Java Version |
Debug Information |
gson-2.9.1.jar |
265 kB |
228 |
208 |
10 |
- |
Yes |
JavaEWAH-1.1.13.jar |
166.9 kB |
120 |
106 |
5 |
1.8 |
Yes |
org.eclipse.jgit-6.4.0.202211300538-r.jar |
2.8 MB |
1616 |
1544 |
52 |
- |
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 |
4 |
3.3 MB |
2010 |
1892 |
71 |
1.8 |
4 |
compile: 4 |
compile: 3.3 MB |
compile: 2010 |
compile: 1892 |
compile: 71 |
- |
compile: 4 |