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.findbugs | annotations | 3.0.1u2 | jar | GNU Lesser Public License |
net.java.truecommons | truecommons-io | 2.5.0 | jar | Eclipse Public License, Version 1.0 |
net.java.truecommons | truecommons-key-spec | 2.5.0 | jar | Eclipse Public License, Version 1.0 |
net.java.truecommons | truecommons-shed | 2.5.0 | jar | Eclipse Public License, Version 1.0 |
org.apache.commons | commons-compress | 1.14 | jar | Apache License, Version 2.0 |
org.bouncycastle | bcprov-jdk15on | 1.58 | 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 | Classifier | Type | Licenses |
---|---|---|---|---|---|
ch.qos.logback | logback-classic | 1.2.3 | - | jar | Eclipse Public License - v 1.0-GNU Lesser General Public License |
junit | junit | 4.12 | - | jar | Eclipse Public License 1.0 |
net.java.truecommons | truecommons-io | 2.5.0 | tests | test-jar | Eclipse Public License, Version 1.0 |
net.java.truecommons | truecommons-shed | 2.5.0 | tests | test-jar | Eclipse Public License, Version 1.0 |
org.mockito | mockito-core | 2.10.0 | - | jar | The MIT License |
org.scalacheck | scalacheck_2.11 | 1.13.5 | - | jar | BSD-style |
org.scalatest | scalatest_2.11 | 3.0.4 | - | jar | the Apache License, ASL Version 2.0 |
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 |
---|---|---|---|---|
javax.inject | javax.inject | 1 | jar | The Apache Software License, Version 2.0 |
net.java.truecommons | truecommons-logging | 2.5.0 | jar | Eclipse Public License, Version 1.0 |
net.java.truecommons | truecommons-services | 2.5.0 | jar | Eclipse Public License, Version 1.0 |
org.slf4j | slf4j-api | 1.7.25 | jar | MIT 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-core | 1.2.3 | jar | Eclipse Public License - v 1.0-GNU Lesser General Public License |
net.bytebuddy | byte-buddy | 1.7.4 | jar | The Apache Software License, Version 2.0 |
net.bytebuddy | byte-buddy-agent | 1.7.4 | jar | The Apache Software License, Version 2.0 |
org.hamcrest | hamcrest-core | 1.3 | jar | New BSD License |
org.objenesis | objenesis | 2.6 | jar | Apache 2 |
org.scala-lang | scala-library | 2.11.11 | jar | BSD 3-Clause |
org.scala-lang | scala-reflect | 2.11.11 | jar | BSD 3-Clause |
org.scala-lang.modules | scala-parser-combinators_2.11 | 1.0.4 | jar | BSD 3-clause |
org.scala-lang.modules | scala-xml_2.11 | 1.0.5 | jar | BSD 3-clause |
org.scala-sbt | test-interface | 1.0 | jar | BSD |
org.scalactic | scalactic_2.11 | 3.0.4 | jar | the Apache License, ASL Version 2.0 |
Project Dependency Graph
Dependency Tree
- net.java.truevfs:truevfs-comp-zip:jar:0.12.0
- com.google.code.findbugs:annotations:jar:3.0.1u2 (compile)
- net.java.truecommons:truecommons-io:jar:2.5.0 (compile)
- net.java.truecommons:truecommons-io:test-jar:tests:2.5.0 (test)
- net.java.truecommons:truecommons-key-spec:jar:2.5.0 (compile)
- net.java.truecommons:truecommons-services:jar:2.5.0 (compile)
- net.java.truecommons:truecommons-logging:jar:2.5.0 (compile)
- javax.inject:javax.inject:jar:1 (compile)
- net.java.truecommons:truecommons-services:jar:2.5.0 (compile)
- net.java.truecommons:truecommons-shed:jar:2.5.0 (compile)
- net.java.truecommons:truecommons-shed:test-jar:tests:2.5.0 (test)
- org.apache.commons:commons-compress:jar:1.14 (compile)
- org.bouncycastle:bcprov-jdk15on:jar:1.58 (compile)
- ch.qos.logback:logback-classic:jar:1.2.3 (test)
- ch.qos.logback:logback-core:jar:1.2.3 (test)
- org.slf4j:slf4j-api:jar:1.7.25 (compile)
- junit:junit:jar:4.12 (test)
- org.hamcrest:hamcrest-core:jar:1.3 (test)
- org.mockito:mockito-core:jar:2.10.0 (test)
- net.bytebuddy:byte-buddy:jar:1.7.4 (test)
- net.bytebuddy:byte-buddy-agent:jar:1.7.4 (test)
- org.objenesis:objenesis:jar:2.6 (test)
- org.scalatest:scalatest_2.11:jar:3.0.4 (test)
- org.scala-lang:scala-library:jar:2.11.11 (test)
- org.scalactic:scalactic_2.11:jar:3.0.4 (test)
- org.scala-lang:scala-reflect:jar:2.11.11 (test)
- org.scala-lang.modules:scala-xml_2.11:jar:1.0.5 (test)
- org.scala-lang.modules:scala-parser-combinators_2.11:jar:1.0.4 (test)
- org.scalacheck:scalacheck_2.11:jar:1.13.5 (test)
- org.scala-sbt:test-interface:jar:1.0 (test)
Licenses
Eclipse Public License 1.0: JUnit
MIT License: SLF4J API Module
GNU Lesser General Public License: Logback Classic Module, Logback Core Module
New BSD License: Hamcrest Core
GNU Lesser Public License: FindBugs-Annotations
Bouncy Castle Licence: Bouncy Castle Provider
Apache 2: Objenesis
BSD 3-clause: scala-parser-combinators, scala-xml
Eclipse Public License, Version 1.0: TrueCommons I/O, TrueCommons KeyManager Specification, TrueCommons Logging, TrueCommons Services, TrueCommons Shed
the Apache License, ASL Version 2.0: scalactic, scalatest
BSD: test-interface
BSD-style: scalacheck
The MIT License: mockito-core
Apache License, Version 2.0: Apache Commons Compress, TrueVFS Component ZIP
BSD 3-Clause: Scala Compiler, Scala Library
The Apache Software License, Version 2.0: Byte Buddy (without dependencies), Byte Buddy Java agent, 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 |
---|---|---|---|---|---|---|
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 |
annotations-3.0.1u2.jar | 40.4 kB | 85 | 63 | 5 | 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 |
byte-buddy-1.7.4.jar | 2.9 MB | 1998 | 1949 | 36 | 1.6 | Yes |
byte-buddy-agent-1.7.4.jar | 42.9 kB | 39 | 29 | 1 | 1.6 | Yes |
truecommons-io-2.5.0.jar | 50 kB | 51 | 40 | 1 | 1.7 | Yes |
truecommons-io-2.5.0-tests.jar | 295.1 kB | - | - | - | - | - |
truecommons-key-spec-2.5.0.jar | 49.4 kB | 76 | 54 | 7 | 1.7 | Yes |
truecommons-logging-2.5.0.jar | 6.5 kB | 14 | 3 | 1 | 1.7 | Yes |
truecommons-services-2.5.0.jar | 22.4 kB | 37 | 25 | 1 | 1.7 | Yes |
truecommons-shed-2.5.0.jar | 71 kB | 81 | 70 | 1 | 1.7 | Yes |
truecommons-shed-2.5.0-tests.jar | 162.5 kB | - | - | - | - | - |
commons-compress-1.14.jar | 530 kB | 328 | 290 | 26 | 1.7 | Yes |
bcprov-jdk15on-1.58.jar | 4 MB | 3286 | 3127 | 146 | 1.5 | No |
hamcrest-core-1.3.jar | 45 kB | 52 | 45 | 3 | 1.5 | Yes |
mockito-core-2.10.0.jar | 534.7 kB | 576 | 509 | 61 | 1.6 | Yes |
objenesis-2.6.jar | 55.7 kB | 59 | 43 | 10 | 1.6 | Yes |
scala-library-2.11.11.jar | 5.7 MB | 3866 | 3828 | 34 | 1.6 | Yes |
scala-reflect-2.11.11.jar | 4.6 MB | 2831 | 2814 | 13 | 1.6 | Yes |
scala-parser-combinators_2.11-1.0.4.jar | 423.8 kB | 363 | 352 | 6 | 1.6 | Yes |
scala-xml_2.11-1.0.5.jar | 671.1 kB | 435 | 422 | 10 | 1.6 | Yes |
test-interface-1.0.jar | 14.8 kB | 35 | 29 | 2 | 1.6 | Yes |
scalacheck_2.11-1.13.5.jar | 2.1 MB | 1459 | 1453 | 4 | 1.6 | Yes |
scalactic_2.11-3.0.4.jar | 740.2 kB | 407 | 400 | 4 | 1.6 | Yes |
scalatest_2.11-3.0.4.jar | 10.4 MB | 6339 | 6278 | 23 | 1.6 | Yes |
slf4j-api-1.7.25.jar | 41.2 kB | 46 | 34 | 4 | 1.5 | Yes |
Total | Size | Entries | Classes | Packages | Java Version | Debug Information |
28 | 34.5 MB | 23447 | 22697 | 493 | 1.7 | 24 |
compile: 10 | compile: 4.8 MB | compile: 4012 | compile: 3712 | compile: 193 | - | compile: 8 |
test: 18 | test: 29.8 MB | test: 19435 | test: 18985 | test: 300 | - | test: 16 |
Dependency Repository Locations
Repo ID | URL | Release | Snapshot |
---|---|---|---|
central | https://repo.maven.apache.org/maven2 | Yes | No |
sonatype-nexus-snapshots | https://oss.sonatype.org/content/repositories/snapshots/ | No | Yes |
apache.snapshots | https://repository.apache.org/snapshots | No | Yes |
Repository locations for each of the Dependencies.