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 |
---|---|---|---|---|---|
javax.inject | javax.inject | 1 | jar | The Apache Software License, Version 2.0 | No |
org.apache.lucene | lucene-analyzers-common | 8.11.1 | jar | Apache License, Version 2.0 | No |
org.apache.lucene | lucene-backward-codecs | 8.11.1 | jar | Apache License, Version 2.0 | No |
org.apache.lucene | lucene-core | 8.11.1 | jar | Apache License, Version 2.0 | No |
org.apache.lucene | lucene-highlighter | 8.11.1 | jar | Apache License, Version 2.0 | No |
org.apache.lucene | lucene-queryparser | 8.11.1 | jar | Apache License, Version 2.0 | No |
org.apache.maven | maven-model | 3.8.5 | jar | Apache License, Version 2.0 | No |
org.apache.maven.resolver | maven-resolver-api | 1.8.0 | jar | Apache License, Version 2.0 | No |
org.apache.maven.resolver | maven-resolver-util | 1.8.0 | jar | Apache License, Version 2.0 | No |
org.slf4j | slf4j-api | 1.7.36 | jar | MIT License | No |
org.apache.maven.archetype | archetype-catalog | 3.2.1 | jar | Apache License, Version 2.0 | Yes |
org.apache.maven.wagon | wagon-provider-api | 3.5.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 |
org.apache.maven.wagon | wagon-http | 3.5.1 | jar | Apache License, Version 2.0 |
org.eclipse.jetty | jetty-webapp | 9.4.45.v20220203 | jar | Apache Software License - Version 2.0Eclipse Public License - Version 1.0 |
org.eclipse.sisu | org.eclipse.sisu.plexus | 0.3.5 | jar | Eclipse Public License, Version 1.0 |
org.jmock | jmock | 2.12.0 | jar | BSD style |
org.slf4j | slf4j-simple | 1.7.36 | 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 |
---|---|---|---|---|
com.google.inject | guice | 5.1.0 | jar | The Apache Software License, Version 2.0 |
org.eclipse.sisu | org.eclipse.sisu.inject | 0.3.5 | jar | Eclipse Public License, Version 1.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 |
---|---|---|---|---|
org.apache.lucene | lucene-memory | 8.11.1 | jar | Apache License, Version 2.0 |
org.apache.lucene | lucene-queries | 8.11.1 | jar | Apache License, Version 2.0 |
org.apache.lucene | lucene-sandbox | 8.11.1 | jar | Apache License, Version 2.0 |
org.codehaus.plexus | plexus-utils | 3.4.2 | 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:
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 |
---|---|---|---|---|
aopalliance | aopalliance | 1.0 | jar | Public Domain |
com.google.code.findbugs | jsr305 | 3.0.2 | jar | The Apache Software License, Version 2.0 |
com.google.errorprone | error_prone_annotations | 2.11.0 | jar | Apache 2.0 |
com.google.guava | failureaccess | 1.0.1 | jar | The Apache Software License, Version 2.0 |
com.google.guava | guava | 31.1-jre | jar | Apache License, Version 2.0 |
com.google.guava | listenablefuture | 9999.0-empty-to-avoid-conflict-with-guava | jar | The Apache Software License, Version 2.0 |
com.google.j2objc | j2objc-annotations | 1.3 | jar | The Apache Software License, Version 2.0 |
org.checkerframework | checker-qual | 3.12.0 | jar | The MIT License |
Project Dependency Graph
Dependency Tree
- org.apache.maven.indexer:indexer-core:jar:6.2.2
- org.slf4j:slf4j-api:jar:1.7.36 (compile)
- javax.inject:javax.inject:jar:1 (compile)
- org.eclipse.sisu:org.eclipse.sisu.inject:jar:0.3.5 (provided)
- com.google.inject:guice:jar:5.1.0 (provided)
- aopalliance:aopalliance:jar:1.0 (provided)
- com.google.guava:guava:jar:31.1-jre (provided)
- com.google.guava:failureaccess:jar:1.0.1 (provided)
- com.google.guava:listenablefuture:jar:9999.0-empty-to-avoid-conflict-with-guava (provided)
- com.google.code.findbugs:jsr305:jar:3.0.2 (provided)
- org.checkerframework:checker-qual:jar:3.12.0 (provided)
- com.google.errorprone:error_prone_annotations:jar:2.11.0 (provided)
- com.google.j2objc:j2objc-annotations:jar:1.3 (provided)
- org.apache.lucene:lucene-core:jar:8.11.1 (compile)
- org.apache.lucene:lucene-queryparser:jar:8.11.1 (compile)
- org.apache.lucene:lucene-queries:jar:8.11.1 (compile)
- org.apache.lucene:lucene-sandbox:jar:8.11.1 (compile)
- org.apache.lucene:lucene-analyzers-common:jar:8.11.1 (compile)
- org.apache.lucene:lucene-backward-codecs:jar:8.11.1 (compile)
- org.apache.lucene:lucene-highlighter:jar:8.11.1 (compile)
- org.apache.lucene:lucene-memory:jar:8.11.1 (compile)
- org.apache.maven.resolver:maven-resolver-api:jar:1.8.0 (compile)
- org.apache.maven.resolver:maven-resolver-util:jar:1.8.0 (compile)
- org.apache.maven:maven-model:jar:3.8.5 (compile)
- org.codehaus.plexus:plexus-utils:jar:3.4.2 (compile)
- org.apache.maven.wagon:wagon-provider-api:jar:3.5.1 (compile)
- org.apache.maven.archetype:archetype-catalog:jar:3.2.1 (compile)
- junit:junit:jar:4.13.2 (test)
- org.hamcrest:hamcrest-core:jar:1.3 (test)
- org.slf4j:slf4j-simple:jar:1.7.36 (test)
- org.jmock:jmock:jar:2.12.0 (test)
- org.jmock:jmock-testjar:jar:2.12.0 (test)
- com.google.code.findbugs:annotations:jar:3.0.1 (test)
- net.jcip:jcip-annotations:jar:1.0 (test)
- com.google.code.findbugs:annotations:jar:3.0.1 (test)
- org.hamcrest:hamcrest:jar:2.1 (test)
- org.hamcrest:hamcrest-library:jar:2.1 (test)
- org.ow2.asm:asm:jar:7.1 (test)
- org.apache-extras.beanshell:bsh:jar:2.0b6 (test)
- org.jmock:jmock-testjar:jar:2.12.0 (test)
- org.eclipse.sisu:org.eclipse.sisu.plexus:jar:0.3.5 (test)
- javax.annotation:javax.annotation-api:jar:1.2 (test)
- javax.enterprise:cdi-api:jar:1.2 (test)
- org.codehaus.plexus:plexus-component-annotations:jar:2.1.1 (test)
- org.codehaus.plexus:plexus-classworlds:jar:2.5.2 (test)
- org.eclipse.jetty:jetty-webapp:jar:9.4.45.v20220203 (test)
- org.eclipse.jetty:jetty-xml:jar:9.4.45.v20220203 (test)
- org.eclipse.jetty:jetty-util:jar:9.4.45.v20220203 (test)
- org.eclipse.jetty:jetty-servlet:jar:9.4.45.v20220203 (test)
- org.eclipse.jetty:jetty-security:jar:9.4.45.v20220203 (test)
- org.eclipse.jetty:jetty-server:jar:9.4.45.v20220203 (test)
- javax.servlet:javax.servlet-api:jar:3.1.0 (test)
- org.eclipse.jetty:jetty-http:jar:9.4.45.v20220203 (test)
- org.eclipse.jetty:jetty-io:jar:9.4.45.v20220203 (test)
- org.eclipse.jetty:jetty-server:jar:9.4.45.v20220203 (test)
- org.eclipse.jetty:jetty-util-ajax:jar:9.4.45.v20220203 (test)
- org.eclipse.jetty:jetty-security:jar:9.4.45.v20220203 (test)
- org.eclipse.jetty:jetty-xml:jar:9.4.45.v20220203 (test)
- org.apache.maven.wagon:wagon-http:jar:3.5.1 (test)
- org.apache.maven.wagon:wagon-http-shared:jar:3.5.1 (test)
- commons-io:commons-io:jar:2.6 (test)
- org.apache.httpcomponents:httpclient:jar:4.5.13 (test)
- commons-codec:commons-codec:jar:1.11 (test)
- org.apache.httpcomponents:httpcore:jar:4.4.15 (test)
- org.slf4j:jcl-over-slf4j:jar:1.7.36 (test)
- org.apache.maven.wagon:wagon-http-shared:jar:3.5.1 (test)
Licenses
Apache Software License - Version 2.0: Jetty :: Http Utility, Jetty :: IO Utility, Jetty :: Security, Jetty :: Server Core, Jetty :: Servlet Handling, Jetty :: Utilities, Jetty :: Utilities :: Ajax(JSON), Jetty :: Webapp Application Support, Jetty :: XML utilities
Apache 2.0: error-prone annotations
Eclipse Public License 1.0: JUnit
MIT License: SLF4J API Module, SLF4J Simple Binding
Public Domain: AOP alliance
New BSD License: Hamcrest Core
GNU Lesser Public License: FindBugs-Annotations
BSD Licence 3: Hamcrest, Hamcrest Library
BSD style: jMock 2 Core, jMock 2 Test Jar
Eclipse Public License, Version 1.0: org.eclipse.sisu.inject, org.eclipse.sisu.plexus
BSD: asm
Unknown: "Java Concurrency in Practice" book annotations
Eclipse Public License - Version 1.0: Jetty :: Http Utility, Jetty :: IO Utility, Jetty :: Security, Jetty :: Server Core, Jetty :: Servlet Handling, Jetty :: Utilities, Jetty :: Utilities :: Ajax(JSON), Jetty :: Webapp Application Support, Jetty :: XML utilities
The MIT License: Checker Qual
Apache License, Version 2.0: Apache Commons Codec, Apache Commons IO, Apache HttpClient, Apache HttpCore, Apache Maven Wagon :: API, Apache Maven Wagon :: Providers :: HTTP Provider, Apache Maven Wagon :: Providers :: HTTP Shared Library, BeanShell, CDI APIs, Guava: Google Core Libraries for Java, JCL 1.2 implemented over SLF4J, Lucene Common Analyzers, Lucene Core, Lucene Highlighter, Lucene Memory, Lucene Queries, Lucene QueryParsers, Lucene Sandbox, Maven :: Indexer Core, Maven Archetype Catalog Model, Maven Artifact Resolver API, Maven Artifact Resolver Utilities, Maven Model, Plexus :: Component Annotations, Plexus Common Utilities
CDDL + GPLv2 with classpath exception: Java Servlet API, javax.annotation API
The Apache Software License, Version 2.0: FindBugs-jsr305, Google Guice - Core Library, Guava InternalFutureFailureAccess and InternalFutures, Guava ListenableFuture only, J2ObjC Annotations, Plexus Classworlds, javax.inject
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 |
annotations-3.0.1.jar | 38.8 kB | 82 | 60 | 6 | 1.5 | Yes |
jsr305-3.0.2.jar | 19.9 kB | 46 | 35 | 3 | 1.5 | Yes |
error_prone_annotations-2.11.0.jar | 16 kB | 38 | 26 | 2 | 1.7 | Yes |
failureaccess-1.0.1.jar | 4.6 kB | 15 | 2 | 1 | 1.7 | Yes |
guava-31.1-jre.jar | 3 MB | 2053 | 2023 | 18 | 1.8 | Yes |
listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar | 2.2 kB | 7 | 0 | 0 | - | No |
guice-5.1.0.jar | 777.6 kB | 512 | 494 | 11 | 1.8 | Yes |
j2objc-annotations-1.3.jar | 8.8 kB | 23 | 12 | 1 | 1.5 | Yes |
commons-codec-1.11.jar | 335 kB | 243 | 96 | 7 | 1.6 | Yes |
commons-io-2.6.jar | 214.8 kB | 146 | 127 | 7 | 1.7 | Yes |
javax.annotation-api-1.2.jar | 26.4 kB | 29 | 15 | 3 | 1.6 | Yes |
cdi-api-1.2.jar | 71.1 kB | 118 | 98 | 7 | 1.6 | Yes |
javax.inject-1.jar | 2.5 kB | 8 | 6 | 1 | 1.5 | No |
javax.servlet-api-3.1.0.jar | 95.8 kB | 103 | 79 | 4 | 1.7 | Yes |
junit-4.13.2.jar | 384.6 kB | 389 | 350 | 32 | 1.5 | Yes |
jcip-annotations-1.0.jar | 2.3 kB | 9 | 4 | 1 | 1.5 | No |
bsh-2.0b6.jar | 389 kB | 247 | 164 | 9 | 1.5 | Yes |
httpclient-4.5.13.jar | 780.3 kB | 511 | 470 | 24 | 1.6 | Yes |
httpcore-4.4.15.jar | 328.3 kB | 283 | 253 | 17 | 1.6 | Yes |
lucene-analyzers-common-8.11.1.jar | 1.8 MB | 760 | 643 | 65 | 1.8 | Yes |
lucene-backward-codecs-8.11.1.jar | 155.1 kB | 117 | 99 | 7 | 1.8 | Yes |
lucene-core-8.11.1.jar | 3.6 MB | 2249 | 2136 | 31 | 1.8 | Yes |
lucene-highlighter-8.11.1.jar | 210 kB | 143 | 132 | 3 | 1.8 | Yes |
lucene-memory-8.11.1.jar | 52.1 kB | 37 | 20 | 1 | 1.8 | Yes |
lucene-queries-8.11.1.jar | 381.8 kB | 305 | 291 | 7 | 1.8 | Yes |
lucene-queryparser-8.11.1.jar | 382.7 kB | 292 | 254 | 25 | 1.8 | Yes |
lucene-sandbox-8.11.1.jar | 245.1 kB | 154 | 129 | 6 | 1.8 | Yes |
maven-model-3.8.5.jar | 215.3 kB | 94 | 77 | 3 | 1.7 | Yes |
maven-resolver-api-1.8.0.jar | 150.3 kB | 156 | 132 | 12 | 1.8 | Yes |
maven-resolver-util-1.8.0.jar | 171.8 kB | 130 | 103 | 13 | 1.8 | Yes |
wagon-http-3.5.1.jar | 9.4 kB | 19 | 1 | 1 | 1.7 | Yes |
wagon-http-shared-3.5.1.jar | 40.8 kB | 28 | 12 | 1 | 1.7 | Yes |
checker-qual-3.12.0.jar | 208.8 kB | 399 | 333 | 29 | 1.8 | Yes |
plexus-classworlds-2.5.2.jar | 52.7 kB | 52 | 37 | 5 | 1.6 | Yes |
plexus-component-annotations-2.1.1.jar | 4.1 kB | 15 | 3 | 1 | 1.7 | No |
plexus-utils-3.4.2.jar | 267.3 kB | 145 | 107 | 9 | - | Yes |
jetty-http-9.4.45.v20220203.jar | 224.6 kB | 121 | 102 | 2 | 1.8 | Yes |
jetty-io-9.4.45.v20220203.jar | 183 kB | 127 | 111 | 3 | 1.8 | Yes |
jetty-security-9.4.45.v20220203.jar | 118.5 kB | 77 | 62 | 2 | 1.8 | Yes |
jetty-server-9.4.45.v20220203.jar | 731 kB | 377 | 354 | 8 | 1.8 | Yes |
jetty-servlet-9.4.45.v20220203.jar | 145.9 kB | 86 | 70 | 3 | 1.8 | Yes |
jetty-util-9.4.45.v20220203.jar | 583.1 kB | 354 | 327 | 12 | 1.8 | Yes |
jetty-util-ajax-9.4.45.v20220203.jar | 66.7 kB | 48 | 33 | 1 | 1.8 | Yes |
jetty-webapp-9.4.45.v20220203.jar | 140.3 kB | 69 | 54 | 1 | 1.8 | Yes |
jetty-xml-9.4.45.v20220203.jar | 68.3 kB | 33 | 15 | 1 | 1.8 | Yes |
org.eclipse.sisu.inject-0.3.5.jar | 379.3 kB | 289 | 271 | 9 | 1.6 | Yes |
org.eclipse.sisu.plexus-0.3.5.jar | 205.3 kB | 196 | 164 | 20 | 1.6 | Yes |
hamcrest-2.1.jar | 123.1 kB | 122 | 108 | 11 | 1.7 | Yes |
hamcrest-core-1.3.jar | 45 kB | 52 | 45 | 3 | 1.5 | Yes |
hamcrest-library-2.1.jar | 1.2 kB | 6 | 1 | 1 | 1.7 | Yes |
jmock-2.12.0.jar | 100.6 kB | 124 | 104 | 12 | 1.8 | Yes |
jmock-testjar-2.12.0.jar | 3.4 kB | 13 | 3 | 1 | 1.8 | Yes |
asm-7.1.jar | 114.8 kB | 42 | 36 | 3 | - | Yes |
slf4j-api-1.7.36.jar | 41.1 kB | 46 | 34 | 4 | 1.5 | Yes |
slf4j-simple-1.7.36.jar | 15.3 kB | 20 | 10 | 1 | 1.5 | Yes |
archetype-catalog-3.2.1.jar | 18.9 kB | 23 | 6 | 2 | 1.7 | Yes |
wagon-provider-api-3.5.1.jar | 55.1 kB | 60 | 39 | 8 | 1.7 | Yes |
jcl-over-slf4j-1.7.36.jar | 16.6 kB | 23 | 9 | 2 | 1.5 | Yes |
Total | Size | Entries | Classes | Packages | Java Version | Debug Information |
59 | 17.8 MB | 12280 | 10790 | 485 | 1.8 | 55 |
compile: 16 | compile: 7.7 MB | compile: 4719 | compile: 4208 | compile: 197 | - | compile: 15 |
test: 33 | test: 5.7 MB | test: 4164 | test: 3377 | test: 212 | - | test: 31 |
provided: 10 | provided: 4.4 MB | provided: 3397 | provided: 3205 | provided: 76 | - | provided: 9 |