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 |
---|---|---|---|---|---|
com.github.spotbugs | spotbugs-annotations | 4.8.6 | jar | GNU LESSER GENERAL PUBLIC LICENSE, Version 2.1 | No |
jakarta.annotation | jakarta.annotation-api | 3.0.0 | jar | EPL 2.0GPL2 w/ CPE | No |
org.apache.commons | commons-compress | 1.27.1 | jar | Apache-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.junit.vintage | junit-vintage-engine | 5.11.3 | jar | Eclipse Public License v2.0 |
org.nanohttpd | nanohttpd-webserver | 2.3.1 | jar | The BSD 3-Clause License |
org.openjdk.jmh | jmh-core | 1.37 | jar | GNU General Public License (GPL), version 2, with the Classpath exception |
org.openjdk.jmh | jmh-generator-annprocess | 1.37 | jar | GNU General Public License (GPL), version 2, with the Classpath exception |
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 |
---|---|---|---|---|---|
com.google.code.findbugs | jsr305 | 3.0.2 | jar | The Apache Software License, Version 2.0 | No |
commons-codec | commons-codec | 1.17.1 | jar | Apache-2.0 | Yes |
commons-io | commons-io | 2.16.1 | jar | Apache-2.0 | Yes |
org.apache.commons | commons-lang3 | 3.16.0 | jar | Apache-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.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.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.platform | junit-platform-commons | 1.11.3 | jar | Eclipse Public License v2.0 |
org.junit.platform | junit-platform-engine | 1.11.3 | jar | Eclipse Public License v2.0 |
org.nanohttpd | nanohttpd | 2.3.1 | jar | The BSD 3-Clause License |
org.opentest4j | opentest4j | 1.3.0 | jar | The Apache License, Version 2.0 |
Project Dependency Graph
Dependency Tree
- gov.nasa.gsfc.heasarc:nom-tam-fits:jar:1.20.2-rc1
- org.apache.commons:commons-compress:jar:1.27.1 (compile)
- commons-codec:commons-codec:jar:1.17.1 (compile)
- commons-io:commons-io:jar:2.16.1 (compile)
- org.apache.commons:commons-lang3:jar:3.16.0 (compile)
- com.github.spotbugs:spotbugs-annotations:jar:4.8.6 (compile)
- com.google.code.findbugs:jsr305:jar:3.0.2 (compile)
- org.junit.vintage:junit-vintage-engine:jar:5.11.3 (test)
- org.junit.platform:junit-platform-engine:jar:1.11.3 (test)
- org.opentest4j:opentest4j:jar:1.3.0 (test)
- org.junit.platform:junit-platform-commons:jar:1.11.3 (test)
- junit:junit:jar:4.13.2 (test)
- org.hamcrest:hamcrest-core:jar:1.3 (test)
- org.apiguardian:apiguardian-api:jar:1.1.2 (test)
- org.junit.platform:junit-platform-engine:jar:1.11.3 (test)
- org.nanohttpd:nanohttpd-webserver:jar:2.3.1 (test)
- org.nanohttpd:nanohttpd:jar:2.3.1 (test)
- org.openjdk.jmh:jmh-core:jar:1.37 (test)
- net.sf.jopt-simple:jopt-simple:jar:5.0.4 (test)
- org.apache.commons:commons-math3:jar:3.6.1 (test)
- org.openjdk.jmh:jmh-generator-annprocess:jar:1.37 (test)
- jakarta.annotation:jakarta.annotation-api:jar:3.0.0 (compile)
- org.apache.commons:commons-compress:jar:1.27.1 (compile)
Licenses
The Apache License, Version 2.0: org.apiguardian:apiguardian-api, org.opentest4j:opentest4j
Eclipse Public License 1.0: JUnit
Eclipse Public License v2.0: JUnit Platform Commons, JUnit Platform Engine API, JUnit Vintage Engine
Public Domain: nom.tam.fits
GPL2 w/ CPE: Jakarta Annotations API
New BSD License: Hamcrest Core
GNU LESSER GENERAL PUBLIC LICENSE, Version 2.1: SpotBugs Annotations
The BSD 3-Clause License: NanoHttpd-Core, NanoHttpd-Webserver
The MIT License: JOpt Simple
Apache-2.0: Apache Commons Codec, Apache Commons Compress, Apache Commons IO, Apache Commons Lang
Apache License, Version 2.0: Apache Commons Math
EPL 2.0: Jakarta Annotations API
GNU General Public License (GPL), version 2, with the Classpath exception: JMH Core, JMH Generators: Annotation Processors
The Apache Software License, Version 2.0: FindBugs-jsr305