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.apache.maven.wagon | wagon-provider-api | 3.4.2 | jar | Apache License, Version 2.0 |
org.eclipse.jgit | org.eclipse.jgit | 5.1.0.201809111528-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 |
---|---|---|---|---|
io.takari.maven.plugins | takari-plugin-integration-testing | 3.0.0 | pom | The Eclipse Public License, Version 1.0 |
junit | junit | 4.13.1 | jar | Eclipse Public License 1.0 |
org.apache.commons | commons-exec | 1.3 | jar | Apache License, Version 2.0 |
org.hamcrest | hamcrest | 2.2 | jar | BSD License 3 |
org.junit.jupiter | junit-jupiter-api | 5.7.0 | jar | Eclipse Public License v2.0 |
org.junit.jupiter | junit-jupiter-engine | 5.7.0 | jar | Eclipse Public License v2.0 |
org.junit.jupiter | junit-jupiter-params | 5.7.0 | jar | Eclipse Public License v2.0 |
org.junit.platform | junit-platform-launcher | 1.7.0 | jar | Eclipse Public License v2.0 |
org.junit.vintage | junit-vintage-engine | 5.7.0 | jar | Eclipse Public License v2.0 |
org.mockito | mockito-core | 3.6.28 | jar | The MIT License |
org.slf4j | slf4j-simple | 1.7.25 | 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.slf4j | slf4j-api | 1.7.25 | jar | 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.54 | jar | Revised BSD |
com.jcraft | jzlib | 1.1.1 | jar | Revised BSD |
org.codehaus.plexus | plexus-utils | 3.3.0 | jar | Apache License, Version 2.0 |
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:
Project Dependency Graph
Dependency Tree
- com.github.jonasrutishauser.maven.wagon:wagon-git:jar:1.1.2-SNAPSHOT
- org.apache.maven.wagon:wagon-provider-api:jar:3.4.2 (compile)
- org.codehaus.plexus:plexus-utils:jar:3.3.0 (compile)
- org.codehaus.plexus:plexus-utils:jar:3.3.0 (compile)
- org.eclipse.jgit:org.eclipse.jgit:jar:5.1.0.201809111528-r (compile)
- com.jcraft:jsch:jar:0.1.54 (compile)
- com.jcraft:jzlib:jar:1.1.1 (compile)
- com.googlecode.javaewah:JavaEWAH:jar:1.1.6 (compile)
- com.jcraft:jsch:jar:0.1.54 (compile)
- org.slf4j:slf4j-api:jar:1.7.25 (provided)
- org.slf4j:slf4j-simple:jar:1.7.25 (test)
- org.junit.jupiter:junit-jupiter-api:jar:5.7.0 (test)
- org.apiguardian:apiguardian-api:jar:1.1.0 (test)
- org.opentest4j:opentest4j:jar:1.2.0 (test)
- org.junit.platform:junit-platform-commons:jar:1.7.0 (test)
- org.apiguardian:apiguardian-api:jar:1.1.0 (test)
- org.junit.jupiter:junit-jupiter-params:jar:5.7.0 (test)
- org.hamcrest:hamcrest:jar:2.2 (test)
- org.mockito:mockito-core:jar:3.6.28 (test)
- net.bytebuddy:byte-buddy:jar:1.10.18 (test)
- net.bytebuddy:byte-buddy-agent:jar:1.10.18 (test)
- org.objenesis:objenesis:jar:3.1 (test)
- net.bytebuddy:byte-buddy:jar:1.10.18 (test)
- org.apache.commons:commons-exec:jar:1.3 (test)
- io.takari.maven.plugins:takari-plugin-integration-testing:pom:3.0.0 (test)
- io.takari.maven.plugins:takari-plugin-testing:jar:3.0.0 (test)
- org.codehaus.plexus:plexus-classworlds:jar:2.6.0 (test)
- io.takari.m2e.workspace:org.eclipse.m2e.workspace.cli:jar:0.4.0 (test)
- javax.inject:javax.inject:jar:1 (test)
- org.codehaus.plexus:plexus-component-annotations:jar:1.5.5 (test)
- javax.inject:javax.inject:jar:1 (test)
- org.apache.commons:commons-compress:jar:1.19 (test)
- io.takari.maven.plugins:takari-plugin-testing:jar:3.0.0 (test)
- junit:junit:jar:4.13.1 (test)
- org.hamcrest:hamcrest-core:jar:1.3 (test)
- org.hamcrest:hamcrest-core:jar:1.3 (test)
- org.junit.jupiter:junit-jupiter-engine:jar:5.7.0 (test)
- org.junit.platform:junit-platform-engine:jar:1.7.0 (test)
- org.junit.platform:junit-platform-engine:jar:1.7.0 (test)
- org.junit.vintage:junit-vintage-engine:jar:5.7.0 (test)
- org.junit.platform:junit-platform-launcher:jar:1.7.0 (test)
- org.apache.maven.wagon:wagon-provider-api:jar:3.4.2 (compile)
Licenses
The Apache License, Version 2.0: org.apiguardian:apiguardian-api, org.opentest4j:opentest4j
Eclipse Public License 1.0: JUnit
The Eclipse Public License, Version 1.0: takari-plugin-integration-testing, takari-plugin-testing
Revised BSD: JSch, JZlib
MIT License: SLF4J API Module, SLF4J Simple Binding
BSD License 3: Hamcrest
Eclipse Public License v2.0: JUnit Jupiter API, JUnit Jupiter Engine, JUnit Jupiter Params, JUnit Platform Commons, JUnit Platform Engine API, JUnit Platform Launcher, JUnit Vintage Engine
Eclipse Distribution License (New BSD License): JGit - Core
New BSD License: Hamcrest Core
Apache 2: JavaEWAH
The MIT License: mockito-core
Apache License, Version 2.0: Apache Commons Compress, Apache Commons Exec, Apache Maven Wagon :: API, Byte Buddy (without dependencies), Byte Buddy agent, Objenesis, Plexus Classworlds, Plexus Common Utilities
GNU LGPL 3: Git Wagon Provider
The Apache Software License, Version 2.0: Plexus :: Component Annotations, javax.inject
Eclipse Public License - v 1.0: m2e-workspace
Dependency File Details
Filename | Size | Entries | Classes | Packages | Java Version | Debug Information |
---|---|---|---|---|---|---|
JavaEWAH-1.1.6.jar | 165.9 kB | 120 | 106 | 5 | 1.6 | Yes |
jsch-0.1.54.jar | 280.5 kB | 177 | 164 | 4 | 1.5 | Yes |
jzlib-1.1.1.jar | 69.6 kB | 35 | 25 | 1 | 1.5 | Yes |
org.eclipse.m2e.workspace.cli-0.4.0.jar | 17.9 kB | 25 | 5 | 2 | 1.7 | Yes |
takari-plugin-integration-testing-3.0.0.pom | 1.6 kB | - | - | - | - | - |
takari-plugin-testing-3.0.0.jar | 81.9 kB | 55 | 41 | 3 | 1.8 | Yes |
javax.inject-1.jar | 2.5 kB | 8 | 6 | 1 | 1.5 | No |
junit-4.13.1.jar | 382.7 kB | 387 | 348 | 32 | 1.5 | Yes |
byte-buddy-1.10.18.jar | 3.5 MB | 2509 | 2454 | 37 | - | Yes |
byte-buddy-agent-1.10.18.jar | 259.2 kB | 81 | 63 | 2 | - | Yes |
commons-compress-1.19.jar | 615.1 kB | 395 | 354 | 29 | 1.7 | Yes |
commons-exec-1.3.jar | 54.4 kB | 53 | 37 | 4 | 1.5 | Yes |
wagon-provider-api-3.4.2.jar | 55.1 kB | 60 | 39 | 8 | 1.7 | Yes |
apiguardian-api-1.1.0.jar | 2.4 kB | 8 | 3 | 2 | - | Yes |
plexus-classworlds-2.6.0.jar | 52.9 kB | 52 | 37 | 5 | 1.7 | Yes |
plexus-component-annotations-1.5.5.jar | 4.2 kB | 15 | 3 | 1 | 1.5 | No |
plexus-utils-3.3.0.jar | 263.3 kB | 130 | 105 | 9 | 1.6 | Yes |
org.eclipse.jgit-5.1.0.201809111528-r.jar | 2.7 MB | 1529 | 1461 | 46 | 1.8 | Yes |
hamcrest-2.2.jar | 123.4 kB | 122 | 108 | 11 | 1.7 | Yes |
hamcrest-core-1.3.jar | 45 kB | 52 | 45 | 3 | 1.5 | Yes |
junit-jupiter-api-5.7.0.jar | 174.6 kB | 168 | 153 | 8 | - | Yes |
junit-jupiter-engine-5.7.0.jar | 211.8 kB | 130 | 113 | 9 | - | Yes |
junit-jupiter-params-5.7.0.jar | 567.3 kB | 374 | 340 | 22 | - | Yes |
junit-platform-commons-1.7.0.jar | 99.5 kB | 63 | 43 | 7 | - | Yes |
junit-platform-engine-1.7.0.jar | 180.9 kB | 141 | 125 | 9 | - | Yes |
junit-platform-launcher-1.7.0.jar | 137.2 kB | 101 | 89 | 6 | - | Yes |
junit-vintage-engine-5.7.0.jar | 64 kB | 47 | 33 | 6 | - | Yes |
mockito-core-3.6.28.jar | 675 kB | 663 | 590 | 65 | 1.8 | Yes |
objenesis-3.1.jar | 60.4 kB | 64 | 48 | 10 | 1.8 | Yes |
opentest4j-1.2.0.jar | 7.7 kB | 11 | 7 | 2 | - | Yes |
slf4j-api-1.7.25.jar | 41.2 kB | 46 | 34 | 4 | 1.5 | Yes |
slf4j-simple-1.7.25.jar | 15.3 kB | 20 | 10 | 1 | 1.5 | Yes |
Total | Size | Entries | Classes | Packages | Java Version | Debug Information |
32 | 10.9 MB | 7641 | 6989 | 354 | 1.8 | 29 |
compile: 6 | compile: 3.5 MB | compile: 2051 | compile: 1900 | compile: 73 | - | compile: 6 |
test: 25 | test: 7.3 MB | test: 5544 | test: 5055 | test: 277 | - | test: 22 |
provided: 1 | provided: 41.2 kB | provided: 46 | provided: 34 | provided: 4 | - | provided: 1 |