Apache Commons logo Commons VFS

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 Optional
commons-io commons-io 2.18.0 jar Apache-2.0 No
commons-logging commons-logging 1.3.4 jar Apache-2.0 No
org.apache.commons commons-lang3 3.17.0 jar Apache-2.0 No
com.jcraft jsch 0.1.55 jar Revised BSD Yes
commons-httpclient commons-httpclient 3.1 jar Apache License Yes
commons-net commons-net 3.11.1 jar Apache-2.0 Yes
org.apache.commons commons-collections4 4.5.0-M3 jar Apache-2.0 Yes
org.apache.commons commons-compress 1.27.1 jar Apache-2.0 Yes
org.apache.httpcomponents httpclient 4.5.14 jar Apache License, Version 2.0 Yes
org.apache.httpcomponents.client5 httpclient5 5.4.1 jar Apache License, Version 2.0 Yes
org.apache.httpcomponents.core5 httpcore5 5.3.3 jar Apache License, Version 2.0 Yes

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
org.apache.ftpserver ftpserver-core 1.2.0 jar Apache 2.0 License
org.apache.httpcomponents httpcore-nio 4.4.16 jar Apache License, Version 2.0
org.apache.logging.log4j log4j-core 2.24.3 jar Apache-2.0
org.apache.logging.log4j log4j-slf4j-impl 2.24.3 jar Apache-2.0
org.apache.logging.log4j log4j-slf4j2-impl 2.24.3 jar Apache-2.0
org.apache.sshd sshd-core 0.8.0 jar Apache 2.0 License
org.bouncycastle bcprov-jdk16 1.46 jar Bouncy Castle Licence
org.junit.jupiter junit-jupiter 5.11.4 jar Eclipse Public License v2.0
org.junit.vintage junit-vintage-engine 5.11.4 jar Eclipse Public License v2.0
org.mockito mockito-core 4.11.0 jar The MIT License
org.openjdk.jmh jmh-core 1.37 jar GNU General Public License (GPL), version 2, with the Classpath exception
org.slf4j slf4j-api 2.0.16 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 Optional
org.apache.httpcomponents httpcore 4.4.16 jar Apache License, Version 2.0 No
commons-codec commons-codec 1.18.0 jar Apache-2.0 Yes
org.apache.httpcomponents.core5 httpcore5-h2 5.3.1 jar Apache License, Version 2.0 Yes

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
junit junit 4.13.2 jar Eclipse Public License 1.0
net.bytebuddy byte-buddy 1.12.19 jar Apache License, Version 2.0
net.bytebuddy byte-buddy-agent 1.12.19 jar Apache License, Version 2.0
net.sf.jopt-simple jopt-simple 5.0.4 jar The MIT License
org.apache.commons commons-math3 3.6.1 jar Apache License, Version 2.0
org.apache.ftpserver ftplet-api 1.2.0 jar Apache 2.0 License
org.apache.logging.log4j log4j-api 2.24.3 jar Apache-2.0
org.apache.mina mina-core 2.1.10 jar Apache 2.0 License
org.apiguardian apiguardian-api 1.1.2 jar The Apache License, Version 2.0
org.hamcrest hamcrest-core 1.3 jar New BSD License
org.junit.jupiter junit-jupiter-api 5.11.4 jar Eclipse Public License v2.0
org.junit.jupiter junit-jupiter-engine 5.11.4 jar Eclipse Public License v2.0
org.junit.jupiter junit-jupiter-params 5.11.4 jar Eclipse Public License v2.0
org.junit.platform junit-platform-commons 1.11.4 jar Eclipse Public License v2.0
org.junit.platform junit-platform-engine 1.11.4 jar Eclipse Public License v2.0
org.objenesis objenesis 3.3 jar Apache License, Version 2.0
org.opentest4j opentest4j 1.3.0 jar The Apache License, Version 2.0

Project Dependency Graph

Dependency Tree

  • org.apache.commons:commons-vfs2:jar:2.10.0 [Information]
    • commons-logging:commons-logging:jar:1.3.4 (compile) [Information]
    • commons-net:commons-net:jar:3.11.1 (compile) [Information]
    • org.apache.commons:commons-compress:jar:1.27.1 (compile) [Information]
      • commons-codec:commons-codec:jar:1.18.0 (compile) [Information]
    • org.apache.commons:commons-collections4:jar:4.5.0-M3 (compile) [Information]
    • commons-httpclient:commons-httpclient:jar:3.1 (compile) [Information]
    • org.apache.httpcomponents:httpclient:jar:4.5.14 (compile) [Information]
    • org.apache.httpcomponents.core5:httpcore5:jar:5.3.3 (compile) [Information]
    • org.apache.httpcomponents.client5:httpclient5:jar:5.4.1 (compile) [Information]
    • com.jcraft:jsch:jar:0.1.55 (compile) [Information]
    • org.apache.logging.log4j:log4j-slf4j2-impl:jar:2.24.3 (test) [Information]
      • org.apache.logging.log4j:log4j-api:jar:2.24.3 (test) [Information]
    • org.junit.jupiter:junit-jupiter:jar:5.11.4 (test) [Information]
    • org.junit.vintage:junit-vintage-engine:jar:5.11.4 (test) [Information]
    • org.mockito:mockito-core:jar:4.11.0 (test) [Information]
    • org.apache.commons:commons-lang3:jar:3.17.0 (compile) [Information]
    • org.apache.ftpserver:ftpserver-core:jar:1.2.0 (test) [Information]
      • org.apache.ftpserver:ftplet-api:jar:1.2.0 (test) [Information]
      • org.apache.mina:mina-core:jar:2.1.10 (test) [Information]
    • org.slf4j:slf4j-api:jar:2.0.16 (test) [Information]
    • org.apache.logging.log4j:log4j-slf4j-impl:jar:2.24.3 (test) [Information]
    • org.apache.logging.log4j:log4j-core:jar:2.24.3 (test) [Information]
    • org.apache.sshd:sshd-core:jar:0.8.0 (test) [Information]
    • org.bouncycastle:bcprov-jdk16:jar:1.46 (test) [Information]
    • commons-io:commons-io:jar:2.18.0 (compile) [Information]
    • org.apache.httpcomponents:httpcore-nio:jar:4.4.16 (test) [Information]
    • org.openjdk.jmh:jmh-core:jar:1.37 (test) [Information]

Licenses

The Apache License, Version 2.0: org.apiguardian:apiguardian-api, org.opentest4j:opentest4j

Eclipse Public License 1.0: JUnit

Apache License: HttpClient

Revised BSD: JSch

MIT License: SLF4J API Module

Eclipse Public License v2.0: JUnit Jupiter (Aggregator), JUnit Jupiter API, JUnit Jupiter Engine, JUnit Jupiter Params, JUnit Platform Commons, JUnit Platform Engine API, JUnit Vintage Engine

New BSD License: Hamcrest Core

Bouncy Castle Licence: Bouncy Castle Provider

The MIT License: JOpt Simple, mockito-core

Apache-2.0: Apache Commons Codec, Apache Commons Collections, Apache Commons Compress, Apache Commons IO, Apache Commons Lang, Apache Commons Logging, Apache Commons Net, Apache Commons VFS, Apache Log4j API, Apache Log4j Core, SLF4J 1 Binding for Log4j API, SLF4J 2 Provider for Log4j API

Apache License, Version 2.0: Apache Commons Math, Apache HttpClient, Apache HttpComponents Core HTTP/1.1, Apache HttpComponents Core HTTP/2, Apache HttpCore, Apache HttpCore NIO, Byte Buddy (without dependencies), Byte Buddy agent, Objenesis

Apache 2.0 License: Apache FtpServer Core, Apache Ftplet API, Apache MINA Core, Apache Mina SSHD :: Core

GNU General Public License (GPL), version 2, with the Classpath exception: JMH Core

Dependency File Details

Filename Size Entries Classes Packages Java Version Debug Information
commons-io-2.18.0.jar 538.9 kB 398 - - - -
   • Root - 397 370 15 1.8 Yes
   • Versioned - 1 1 1 9 No
commons-logging-1.3.4.jar 73.7 kB 42 - - - -
   • Root - 41 27 2 1.8 Yes
   • Versioned - 1 1 1 9 No
junit-4.13.2.jar 384.6 kB 389 350 32 1.5 Yes
byte-buddy-1.12.19.jar 4 MB 2742 - - - -
   • Root - 2740 2687 38 1.6 Yes
   • Versioned - 2 1 1 9 No
byte-buddy-agent-1.12.19.jar 256.4 kB 90 - - - -
   • Root - 88 69 2 1.5 Yes
   • Versioned - 2 1 1 9 No
jopt-simple-5.0.4.jar 78.1 kB 71 59 3 1.7 Yes
commons-lang3-3.17.0.jar 673.6 kB 426 - - - -
   • Root - 425 395 18 1.8 Yes
   • Versioned - 1 1 1 9 No
commons-math3-3.6.1.jar 2.2 MB 1402 1301 75 1.5 Yes
ftplet-api-1.2.0.jar 22.5 kB 35 26 1 1.8 Yes
ftpserver-core-1.2.0.jar 304.6 kB 223 185 22 1.8 Yes
httpcore-4.4.16.jar 327.9 kB 283 253 17 1.6 Yes
httpcore-nio-4.4.16.jar 368.9 kB 271 242 14 1.6 Yes
log4j-api-2.24.3.jar 348.5 kB 247 - - - -
   • Root - 236 209 11 1.8 Yes
   • Versioned - 11 4 2 9 Yes
log4j-core-2.24.3.jar 1.9 MB 1320 - - - -
   • Root - 1303 1214 57 1.8 Yes
   • Versioned - 17 7 4 9 Yes
log4j-slf4j-impl-2.24.3.jar 25.3 kB 31 14 4 1.8 Yes
log4j-slf4j2-impl-2.24.3.jar 30.1 kB 31 14 3 1.8 Yes
mina-core-2.1.10.jar 695.4 kB 519 457 48 1.8 Yes
sshd-core-0.8.0.jar 376.1 kB 340 288 39 1.5 Yes
apiguardian-api-1.1.2.jar 6.8 kB 9 3 2 1.6 Yes
bcprov-jdk16-1.46.jar 1.9 MB 1636 1547 82 1.6 No
hamcrest-core-1.3.jar 45 kB 52 45 3 1.5 Yes
junit-jupiter-5.11.4.jar 6.4 kB 5 1 1 9 No
junit-jupiter-api-5.11.4.jar 216.4 kB 197 182 8 1.8 Yes
junit-jupiter-engine-5.11.4.jar 260.1 kB 152 135 9 1.8 Yes
junit-jupiter-params-5.11.4.jar 591.6 kB 388 354 22 1.8 Yes
junit-platform-commons-1.11.4.jar 142 kB 88 - - - -
   • Root - 78 64 8 1.8 Yes
   • Versioned - 10 4 1 9 Yes
junit-platform-engine-1.11.4.jar 246.8 kB 177 158 10 1.8 Yes
junit-vintage-engine-5.11.4.jar 68.6 kB 49 35 6 1.8 Yes
mockito-core-4.11.0.jar 684.9 kB 651 579 64 1.8 Yes
objenesis-3.3.jar 49.4 kB 59 43 10 1.8 Yes
jmh-core-1.37.jar 553 kB 363 332 13 1.8 Yes
opentest4j-1.3.0.jar 14.3 kB 15 9 2 1.6 Yes
slf4j-api-2.0.16.jar 69.4 kB 71 - - - -
   • Root - 69 55 4 1.8 Yes
   • Versioned - 2 1 1 9 No
jsch-0.1.55.jar 282.6 kB 180 167 4 1.5 Yes
commons-codec-1.18.0.jar 373 kB 262 - - - -
   • Root - 261 114 7 1.8 Yes
   • Versioned - 1 1 1 9 No
commons-httpclient-3.1.jar 305 kB 183 167 8 1.2 Yes
commons-net-3.11.1.jar 325.4 kB 230 - - - -
   • Root - 229 197 20 1.8 Yes
   • Versioned - 1 1 1 9 No
commons-collections4-4.5.0-M3.jar 898.4 kB 647 - - - -
   • Root - 646 614 20 1.8 Yes
   • Versioned - 1 1 1 9 No
commons-compress-1.27.1.jar 1.1 MB 625 - - - -
   • Root - 624 572 36 1.8 Yes
   • Versioned - 1 1 1 9 No
httpclient-4.5.14.jar 785.6 kB 511 470 24 1.6 Yes
httpclient5-5.4.1.jar 908.2 kB 568 523 27 1.8 Yes
httpcore5-5.3.3.jar 907.4 kB 703 657 31 1.8 Yes
httpcore5-h2-5.3.1.jar 240.6 kB 178 150 14 1.8 Yes
Total Size Entries Classes Packages Java Version Debug Information
43 23.5 MB 16859 15333 836 9 41
compile: 14 compile: 7.7 MB compile: 5236 compile: 4676 compile: 243 1.8 compile: 14
test: 29 test: 15.8 MB test: 11623 test: 10657 test: 593 9 test: 27