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
org.eclipse.jgit org.eclipse.jgit 5.5.1.201910021850-r jar Eclipse Distribution License (New BSD License)

test

The following is a list of test dependencies for this project. These dependencies are only required to compile and run unit tests for the application:

GroupId ArtifactId Version Type Licenses
ch.qos.logback logback-classic 1.2.3 jar Eclipse Public License - v 1.0GNU Lesser General Public License
ch.qos.logback logback-core 1.2.3 jar Eclipse Public License - v 1.0GNU Lesser General Public License
commons-io commons-io 2.6 jar Apache License, Version 2.0
junit junit 4.12 jar Eclipse Public License 1.0
org.apache.maven maven-compat 3.3.3 jar Apache License, Version 2.0
org.apache.maven.plugin-testing maven-plugin-testing-harness 3.3.0 jar Apache License, Version 2.0
org.assertj assertj-core 2.9.1 jar Apache License, Version 2.0
org.slf4j slf4j-api 1.7.28 jar MIT License

provided

The following is a list of provided dependencies for this project. These dependencies are required to compile the application, but should be provided by default when using the library:

GroupId ArtifactId Version Type Licenses
org.apache.maven maven-core 3.3.3 jar Apache License, Version 2.0
org.apache.maven maven-model 3.3.3 jar Apache License, Version 2.0
org.apache.maven maven-plugin-api 3.3.3 jar Apache License, Version 2.0
org.apache.maven.plugin-tools maven-plugin-annotations 3.6.0 jar Apache License, Version 2.0
org.projectlombok lombok 1.18.8 jar The MIT 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.6 jar Apache 2
com.jcraft jsch 0.1.55 jar Revised BSD
com.jcraft jzlib 1.1.1 jar Revised BSD
org.bouncycastle bcpg-jdk15on 1.61 jar Bouncy Castle LicenceApache Software License, Version 1.1
org.bouncycastle bcpkix-jdk15on 1.61 jar Bouncy Castle Licence
org.bouncycastle bcprov-jdk15on 1.61 jar Bouncy Castle Licence

test

The following is a list of test dependencies for this project. These dependencies are only required to compile and run unit tests for the application:

GroupId ArtifactId Version Type Licenses
classworlds classworlds 1.1-alpha-2 jar -
org.apache.maven.wagon wagon-provider-api 2.9 jar Apache License, Version 2.0
org.codehaus.plexus plexus-archiver 2.2 jar The Apache Software License, Version 2.0
org.codehaus.plexus plexus-container-default 1.0-alpha-9-stable-1 jar -
org.codehaus.plexus plexus-io 2.0.4 jar The Apache Software License, Version 2.0
org.hamcrest hamcrest-core 1.3 jar New BSD License

provided

The following is a list of provided dependencies for this project. These dependencies are required to compile the application, but should be provided by default when using the library:

GroupId ArtifactId Version Classifier Type Licenses
aopalliance aopalliance 1.0 - jar Public Domain
com.google.guava guava 18.0 - jar The Apache Software License, Version 2.0
javax.annotation jsr250-api 1.0 - jar COMMON DEVELOPMENT AND DISTRIBUTION LICENSE (CDDL) Version 1.0
javax.enterprise cdi-api 1.0 - jar Apache License, Version 2.0
javax.inject javax.inject 1 - jar The Apache Software License, Version 2.0
org.apache.maven maven-aether-provider 3.3.3 - jar Apache License, Version 2.0
org.apache.maven maven-artifact 3.3.3 - jar Apache License, Version 2.0
org.apache.maven maven-builder-support 3.3.3 - jar Apache License, Version 2.0
org.apache.maven maven-model-builder 3.3.3 - jar Apache License, Version 2.0
org.apache.maven maven-repository-metadata 3.3.3 - jar Apache License, Version 2.0
org.apache.maven maven-settings 3.3.3 - jar Apache License, Version 2.0
org.apache.maven maven-settings-builder 3.3.3 - jar Apache License, Version 2.0
org.codehaus.plexus plexus-classworlds 2.5.2 - jar The Apache Software License, Version 2.0
org.codehaus.plexus plexus-component-annotations 1.5.5 - jar The Apache Software License, Version 2.0
org.codehaus.plexus plexus-interpolation 1.21 - jar The Apache Software License, Version 2.0
org.codehaus.plexus plexus-utils 3.0.20 - jar The Apache Software License, Version 2.0
org.eclipse.aether aether-api 1.0.2.v20150114 - jar Eclipse Public License, Version 1.0
org.eclipse.aether aether-impl 1.0.2.v20150114 - jar Eclipse Public License, Version 1.0
org.eclipse.aether aether-spi 1.0.2.v20150114 - jar Eclipse Public License, Version 1.0
org.eclipse.aether aether-util 1.0.2.v20150114 - jar Eclipse Public License, Version 1.0
org.eclipse.sisu org.eclipse.sisu.inject 0.3.0 - jar Eclipse Public License, Version 1.0
org.eclipse.sisu org.eclipse.sisu.plexus 0.3.0 - jar Eclipse Public License, Version 1.0
org.sonatype.plexus plexus-cipher 1.4 - jar Apache Public License 2.0
org.sonatype.plexus plexus-sec-dispatcher 1.3 - jar Apache Public License 2.0
org.sonatype.sisu sisu-guice 3.2.5 no_aop jar The Apache Software License, Version 2.0

Project Dependency Graph

Dependency Tree

Licenses

Apache Public License 2.0: Plexus Cipher: encryption/decryption Component, Plexus Security Dispatcher Component

Eclipse Public License 1.0: JUnit

Revised BSD: JSch, JZlib

MIT License: SLF4J API Module

Public Domain: AOP alliance

Eclipse Distribution License (New BSD License): JGit - Core

GNU Lesser General Public License: Logback Classic Module, Logback Core Module

New BSD License: Hamcrest Core

Bouncy Castle Licence: Bouncy Castle OpenPGP API, Bouncy Castle PKIX, CMS, EAC, TSP, PKCS, OCSP, CMP, and CRMF APIs, Bouncy Castle Provider

Apache 2: JavaEWAH

Eclipse Public License, Version 1.0: Aether API, Aether Implementation, Aether SPI, Aether Utilities, org.eclipse.sisu.inject, org.eclipse.sisu.plexus

Unknown: Default Plexus Container, classworlds

Apache Software License, Version 1.1: Bouncy Castle OpenPGP API

The MIT License: Project Lombok

Apache License, Version 2.0: Apache Commons IO, Apache Maven Wagon :: API, AssertJ fluent assertions, CDI APIs, Maven Aether Provider, Maven Artifact, Maven Builder Support, Maven Compat, Maven Core, Maven Model, Maven Model Builder, Maven Plugin API, Maven Plugin Testing Mechanism, Maven Plugin Tools Java Annotations, Maven Repository Metadata Model, Maven Settings, Maven Settings Builder, scm-metadata-maven-plugin

COMMON DEVELOPMENT AND DISTRIBUTION LICENSE (CDDL) Version 1.0: JSR-250 Common Annotations for the JavaTM Platform

The Apache Software License, Version 2.0: Guava: Google Core Libraries for Java, Plexus :: Component Annotations, Plexus Archiver Component, Plexus Classworlds, Plexus Common Utilities, Plexus IO Components, Plexus Interpolation API, Sisu Guice - Core Library, javax.inject

Eclipse Public License - v 1.0: Logback Classic Module, Logback Core Module

Dependency File Details

Filename Size Entries Classes Packages Java Version Debug Information
aopalliance-1.0.jar 4.5 kB 15 9 2 1.3 Yes
logback-classic-1.2.3.jar 290.3 kB 234 175 27 1.6 Yes
logback-core-1.2.3.jar 471.9 kB 419 373 36 1.6 Yes
classworlds-1.1-alpha-2.jar 37.5 kB 32 22 3 1.1 Yes
guava-18.0.jar 2.3 MB 1719 1690 17 1.6 Yes
JavaEWAH-1.1.6.jar 165.9 kB 120 106 5 1.6 Yes
jsch-0.1.55.jar 282.6 kB 180 167 4 1.5 Yes
jzlib-1.1.1.jar 69.6 kB 35 25 1 1.5 Yes
commons-io-2.6.jar 214.8 kB 146 127 7 1.7 Yes
jsr250-api-1.0.jar 5.8 kB 16 11 2 1.5 Yes
cdi-api-1.0.jar 44.9 kB 92 75 7 1.5 Yes
javax.inject-1.jar 2.5 kB 8 6 1 1.5 No
junit-4.12.jar 314.9 kB 323 286 30 1.5 Yes
maven-aether-provider-3.3.3.jar 66.3 kB 43 26 1 1.7 Yes
maven-artifact-3.3.3.jar 55.1 kB 57 32 11 1.7 Yes
maven-builder-support-3.3.3.jar 15 kB 24 10 1 1.7 Yes
maven-compat-3.3.3.jar 286.7 kB 211 159 29 1.7 Yes
maven-core-3.3.3.jar 631.9 kB 489 390 56 1.7 Yes
maven-model-3.3.3.jar 160.8 kB 67 50 3 1.7 Yes
maven-model-builder-3.3.3.jar 176.4 kB 154 121 16 1.7 Yes
maven-plugin-api-3.3.3.jar 46.1 kB 46 25 6 1.7 Yes
maven-repository-metadata-3.3.3.jar 26 kB 25 7 2 1.7 Yes
maven-settings-3.3.3.jar 43 kB 33 17 2 1.7 Yes
maven-settings-builder-3.3.3.jar 43.2 kB 53 32 5 1.7 Yes
maven-plugin-testing-harness-3.3.0.jar 51 kB 36 17 3 1.6 Yes
maven-plugin-annotations-3.6.0.jar 14.3 kB 22 7 1 1.7 Yes
wagon-provider-api-2.9.jar 53.5 kB 60 39 8 1.5 Yes
assertj-core-2.9.1.jar 1.1 MB 858 807 30 1.7 Yes
bcpg-jdk15on-1.61.jar 325.6 kB 284 260 16 - No
bcpkix-jdk15on-1.61.jar 866.3 kB 785 732 46 - No
bcprov-jdk15on-1.61.jar 4.5 MB 3724 3553 157 - No
plexus-archiver-2.2.jar 185 kB 137 112 12 1.5 Yes
plexus-classworlds-2.5.2.jar 52.7 kB 52 37 5 1.6 Yes
plexus-component-annotations-1.5.5.jar 4.2 kB 15 3 1 1.5 No
plexus-container-default-1.0-alpha-9-stable-1.jar 194.2 kB 215 175 28 1.1 Yes
plexus-interpolation-1.21.jar 62.5 kB 60 44 6 1.5 Yes
plexus-io-2.0.4.jar 58.3 kB 62 43 5 1.5 Yes
plexus-utils-3.0.20.jar 243.1 kB 129 104 9 1.5 Yes
aether-api-1.0.2.v20150114.jar 136.3 kB 149 128 11 1.5 Yes
aether-impl-1.0.2.v20150114.jar 173 kB 114 96 4 1.5 Yes
aether-spi-1.0.2.v20150114.jar 30.7 kB 54 34 8 1.5 Yes
aether-util-1.0.2.v20150114.jar 146.9 kB 126 101 13 1.5 Yes
org.eclipse.jgit-5.5.1.201910021850-r.jar 2.8 MB 1543 1470 50 1.8 Yes
org.eclipse.sisu.inject-0.3.0.jar 375.3 kB 287 269 9 1.6 Yes
org.eclipse.sisu.plexus-0.3.0.jar 205.4 kB 196 164 20 1.6 Yes
hamcrest-core-1.3.jar 45 kB 52 45 3 1.5 Yes
lombok-1.18.8.jar 1.7 MB 968 148 12 - Yes
slf4j-api-1.7.28.jar 41.1 kB 46 34 4 1.5 Yes
plexus-cipher-1.4.jar 13.5 kB 20 6 1 1.4 Yes
plexus-sec-dispatcher-1.3.jar 28.6 kB 31 13 3 1.4 Yes
sisu-guice-3.2.5-no_aop.jar 399.7 kB 331 316 8 1.6 Yes
Total Size Entries Classes Packages Java Version Debug Information
51 19.6 MB 14897 12698 747 1.8 46
compile: 7 compile: 9 MB compile: 6671 compile: 6313 compile: 279 - compile: 4
test: 14 test: 3.3 MB test: 2831 test: 2414 test: 225 - test: 14
provided: 30 provided: 7.2 MB provided: 5395 provided: 3971 provided: 243 - provided: 28