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 License
org.drombler.acp drombler-acp-core-commons 1.0 jar ../LICENSE.txt
org.drombler.acp drombler-acp-core-context 1.0 jar ../LICENSE.txt
org.drombler.acp drombler-acp-core-data 1.0 jar ../LICENSE.txt
org.drombler.acp drombler-acp-core-docking 1.0 jar ../LICENSE.txt
org.drombler.acp drombler-acp-core-docking-spi 1.0 jar ../LICENSE.txt
org.drombler.commons drombler-commons-docking-context 1.0 jar ../LICENSE.txt
org.drombler.commons drombler-commons-docking-fx 1.0 jar ../LICENSE.txt
org.drombler.commons drombler-commons-docking-fx-context 1.0 jar ../LICENSE.txt
org.drombler.fx drombler-fx-core-application 1.0 jar ../LICENSE.txt

runtime

The following is a list of runtime dependencies for this project. These dependencies are required to run the application:

GroupId ArtifactId Version Type License
org.apache.felix org.apache.felix.scr 2.1.8 jar Apache License, Version 2.0
org.drombler.fx drombler-fx-core-data 1.0 jar ../LICENSE.txt

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 License
org.junit.jupiter junit-jupiter-api 5.3.2 jar Eclipse Public License v2.0
org.junit.jupiter junit-jupiter-engine 5.3.2 jar Eclipse Public License v2.0
org.softsmithy.devlib softsmithy-devlib-core 2.1.1 jar ../LICENSE.txt

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 License
org.apache.felix org.apache.felix.scr.annotations 1.12.0 jar Apache License, Version 2.0
org.drombler.fx drombler-fx-startup-main 1.0 jar ../LICENSE.txt
org.osgi org.osgi.service.component.annotations 1.4.0 jar Apache-2.0
org.osgi osgi.cmpn 7.0.0 jar Apache-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 License
org.apache.commons commons-lang3 3.8.1 jar Apache License, Version 2.0
org.drombler.acp drombler-acp-core-action 1.0 jar ../LICENSE.txt
org.drombler.acp drombler-acp-core-action-spi 1.0 jar ../LICENSE.txt
org.drombler.acp drombler-acp-core-application 1.0 jar ../LICENSE.txt
org.drombler.acp drombler-acp-core-data-spi 1.0 jar ../LICENSE.txt
org.drombler.commons drombler-commons-action-command 1.0 jar ../LICENSE.txt
org.drombler.commons drombler-commons-action-core 1.0 jar ../LICENSE.txt
org.drombler.commons drombler-commons-client-core 1.0 jar ../../LICENSE.txt
org.drombler.commons drombler-commons-context 1.0 jar ../LICENSE.txt
org.drombler.commons drombler-commons-data-core 1.0 jar ../LICENSE.txt
org.drombler.commons drombler-commons-docking-core 1.0 jar ../LICENSE.txt
org.drombler.commons drombler-commons-docking-spi 1.0 jar ../LICENSE.txt
org.drombler.commons drombler-commons-fx-core 1.0 jar ../../LICENSE.txt
org.slf4j slf4j-api 1.7.29 jar MIT License
org.softsmithy.lib softsmithy-lib-beans 2.1.1 jar ../LICENSE.txt
org.softsmithy.lib softsmithy-lib-compiler 2.1.1 jar ../LICENSE.txt
org.softsmithy.lib softsmithy-lib-core 2.1.1 jar ../LICENSE.txt

runtime

The following is a list of runtime dependencies for this project. These dependencies are required to run the application:

GroupId ArtifactId Version Type License
org.apache.felix org.apache.felix.configadmin 1.9.6 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:

GroupId ArtifactId Version Type License
org.apiguardian apiguardian-api 1.0.0 jar The Apache License, Version 2.0
org.hamcrest hamcrest-core 1.3 jar New BSD License
org.hamcrest hamcrest-library 1.3 jar New BSD License
org.junit.platform junit-platform-commons 1.3.2 jar Eclipse Public License v2.0
org.junit.platform junit-platform-engine 1.3.2 jar Eclipse Public License v2.0
org.opentest4j opentest4j 1.1.1 jar The Apache License, Version 2.0
org.softsmithy.lib softsmithy-lib-persistence 2.1.1 jar ../LICENSE.txt

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 License
org.apache.felix org.apache.felix.framework 6.0.3 jar Apache License, Version 2.0
org.codehaus.mojo animal-sniffer-annotations 1.9 jar MIT license
org.drombler.acp drombler-acp-startup-main 1.0 jar ../LICENSE.txt
org.drombler.commons drombler-commons-client-startup-main 1.0 jar ../../LICENSE.txt

Project Dependency Graph

Dependency Tree

Licenses

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

MIT License: SLF4J API Module

COMMON DEVELOPMENT AND DISTRIBUTION LICENSE (CDDL) Version 1.0: Drombler ACP - Core - Action, Drombler ACP - Core - Action - SPI, Drombler ACP - Core - Application, Drombler ACP - Core - Commons, Drombler ACP - Core - Context, Drombler ACP - Core - Data, Drombler ACP - Core - Data - SPI, Drombler ACP - Core - Docking, Drombler ACP - Core - Docking - SPI, Drombler ACP - Startup - Main, Drombler Commons - Action - Command, Drombler Commons - Action - Core, Drombler Commons - Client - Core, Drombler Commons - Client - Startup - Main, Drombler Commons - Context, Drombler Commons - Data - Core, Drombler Commons - Docking - Context, Drombler Commons - Docking - Core, Drombler Commons - Docking - FX, Drombler Commons - Docking - FX - Context, Drombler Commons - Docking - SPI, Drombler Commons - FX - Core, Drombler FX - Core - Application, Drombler FX - Core - Data, Drombler FX - Core - Docking, Drombler FX - Startup - Main, SoftSmithy Development Utility Library - Core, SoftSmithy Utility Library - Beans, SoftSmithy Utility Library - Compiler, SoftSmithy Utility Library - Core, SoftSmithy Utility Library - Persistence

Apache License, Version 2.0: Annotations for SCR, Apache Commons Lang, Apache Felix Configuration Admin Service, Apache Felix Declarative Services, Apache Felix Framework

Apache-2.0: org.osgi:org.osgi.service.component.annotations, org.osgi:osgi.cmpn

Eclipse Public License v2.0: JUnit Jupiter API, JUnit Jupiter Engine, JUnit Platform Commons, JUnit Platform Engine API

MIT license: Animal Sniffer Annotations

New BSD License: Hamcrest Core, Hamcrest library

Dependency File Details

Filename Size Entries Classes Packages JDK Rev Debug Information
commons-lang3-3.8.1.jar 501.88 kB 297 272 13 1.6 Yes
org.apache.felix.configadmin-1.9.6.jar 154.25 kB 104 80 6 1.6 Yes
org.apache.felix.framework-6.0.3.jar 726.47 kB 414 361 31 1.6 Yes
org.apache.felix.scr-2.1.8.jar 415.59 kB 260 219 20 1.6 Yes
org.apache.felix.scr.annotations-1.12.0.jar 35.02 kB 44 23 3 1.6 Yes
apiguardian-api-1.0.0.jar 2.16 kB 7 2 1 1.6 Yes
animal-sniffer-annotations-1.9.jar 3.41 kB 12 1 1 1.5 No
drombler-acp-core-action-1.0.jar 46.15 kB 65 36 3 1.6 Yes
drombler-acp-core-action-spi-1.0.jar 93.05 kB 86 48 2 1.6 Yes
drombler-acp-core-application-1.0.jar 23.52 kB 33 9 4 1.6 Yes
drombler-acp-core-commons-1.0.jar 10.86 kB 21 6 2 1.6 Yes
drombler-acp-core-context-1.0.jar 5.32 kB 17 2 2 1.6 Yes
drombler-acp-core-data-1.0.jar 28.83 kB 45 19 3 1.6 Yes
drombler-acp-core-data-spi-1.0.jar 29.46 kB 41 13 2 1.6 Yes
drombler-acp-core-docking-1.0.jar 34.54 kB 48 23 3 1.6 Yes
drombler-acp-core-docking-spi-1.0.jar 41.89 kB 46 18 2 1.6 Yes
drombler-acp-startup-main-1.0.jar 23.69 kB 26 7 3 1.6 Yes
drombler-commons-action-command-1.0.jar 3.98 kB 13 1 1 1.6 No
drombler-commons-action-core-1.0.jar 6.21 kB 15 4 1 1.6 Yes
drombler-commons-client-core-1.0.jar 11.85 kB 25 10 4 1.6 Yes
drombler-commons-client-startup-main-1.0.jar 30.33 kB 32 10 2 1.6 Yes
drombler-commons-context-1.0.jar 20.98 kB 29 15 1 1.6 Yes
drombler-commons-data-core-1.0.jar 22.65 kB 28 12 2 1.6 Yes
drombler-commons-docking-context-1.0.jar 20.89 kB 23 8 2 1.6 Yes
drombler-commons-docking-core-1.0.jar 22.19 kB 29 16 2 1.6 Yes
drombler-commons-docking-fx-1.0.jar 65.51 kB 46 19 3 1.6 Yes
drombler-commons-docking-fx-context-1.0.jar 15.07 kB 24 2 1 1.6 Yes
drombler-commons-docking-spi-1.0.jar 12.83 kB 18 4 1 1.6 Yes
drombler-commons-fx-core-1.0.jar 87.27 kB 102 52 14 1.6 Yes
drombler-fx-core-application/target/classes - 0 0 0 - No
drombler-fx-core-data/target/classes - 0 0 0 - No
drombler-fx-startup-main/target/classes - 0 0 0 - No
hamcrest-core-1.3.jar 45.02 kB 52 45 3 1.5 Yes
hamcrest-library-1.3.jar 53.07 kB 46 35 7 1.5 Yes
junit-jupiter-api-5.3.2.jar 115.14 kB 117 87 5 1.6 Yes
junit-jupiter-engine-5.3.2.jar 149.70 kB 100 54 7 1.6 Yes
junit-platform-commons-1.3.2.jar 77.74 kB 49 13 5 1.6 Yes
junit-platform-engine-1.3.2.jar 138.44 kB 117 68 6 1.6 Yes
opentest4j-1.1.1.jar 7.12 kB 10 6 1 1.6 Yes
org.osgi.service.component.annotations-1.4.0.jar 42.60 kB 53 16 1 1.6 Yes
osgi.cmpn-7.0.0.jar 1.48 MB 1338 608 80 1.6 Yes
slf4j-api-1.7.29.jar 41.42 kB 46 34 4 1.5 Yes
softsmithy-devlib-core-2.1.1.jar 9.42 kB 17 4 3 1.6 Yes
softsmithy-lib-beans-2.1.1.jar 14.80 kB 20 9 1 1.6 Yes
softsmithy-lib-compiler-2.1.1.jar 5.67 kB 14 0 0 - No
softsmithy-lib-core-2.1.1.jar 91.96 kB 107 80 11 1.6 Yes
softsmithy-lib-persistence-2.1.1.jar 8.07 kB 16 5 1 1.6 Yes
Total Size Entries Classes Packages JDK Rev Debug Information
47 4.79 MB 4052 2356 270 1.6 41
compile: 26 compile: 1.26 MB compile: 1238 compile: 712 compile: 84 - compile: 23
test: 10 test: 605.89 kB test: 531 test: 319 test: 39 - test: 10
runtime: 3 runtime: 573.94 kB runtime: 364 runtime: 299 runtime: 26 - runtime: 2
provided: 8 provided: 2.34 MB provided: 1919 provided: 1026 provided: 121 - provided: 6

Dependency Repository Locations

Repo ID URL Release Snapshot
sonatype-nexus-snapshots
central
https://oss.sonatype.org/content/repositories/snapshots
https://repo.maven.apache.org/maven2
Yes Yes

Repository locations for each of the Dependencies.

Artifact nexus
org.apache.commons:commons-lang3:jar:3.8.1
Found at http://localhost:8081/repository/maven-public/
org.apache.felix:org.apache.felix.configadmin:jar:1.9.6
Found at http://localhost:8081/repository/maven-public/
org.apache.felix:org.apache.felix.framework:jar:6.0.3
Found at http://localhost:8081/repository/maven-public/
org.apache.felix:org.apache.felix.scr:jar:2.1.8
Found at http://localhost:8081/repository/maven-public/
org.apache.felix:org.apache.felix.scr.annotations:jar:1.12.0
Found at http://localhost:8081/repository/maven-public/
org.apiguardian:apiguardian-api:jar:1.0.0
Found at http://localhost:8081/repository/maven-public/
org.codehaus.mojo:animal-sniffer-annotations:jar:1.9
Found at http://localhost:8081/repository/maven-public/
org.drombler.acp:drombler-acp-core-action:jar:1.0
Found at http://localhost:8081/repository/maven-public/
org.drombler.acp:drombler-acp-core-action-spi:jar:1.0
Found at http://localhost:8081/repository/maven-public/
org.drombler.acp:drombler-acp-core-application:jar:1.0
Found at http://localhost:8081/repository/maven-public/
org.drombler.acp:drombler-acp-core-commons:jar:1.0
Found at http://localhost:8081/repository/maven-public/
org.drombler.acp:drombler-acp-core-context:jar:1.0
Found at http://localhost:8081/repository/maven-public/
org.drombler.acp:drombler-acp-core-data:jar:1.0
Found at http://localhost:8081/repository/maven-public/
org.drombler.acp:drombler-acp-core-data-spi:jar:1.0
Found at http://localhost:8081/repository/maven-public/
org.drombler.acp:drombler-acp-core-docking:jar:1.0
Found at http://localhost:8081/repository/maven-public/
org.drombler.acp:drombler-acp-core-docking-spi:jar:1.0
Found at http://localhost:8081/repository/maven-public/
org.drombler.acp:drombler-acp-startup-main:jar:1.0
Found at http://localhost:8081/repository/maven-public/
org.drombler.commons:drombler-commons-action-command:jar:1.0
Found at http://localhost:8081/repository/maven-public/
org.drombler.commons:drombler-commons-action-core:jar:1.0
Found at http://localhost:8081/repository/maven-public/
org.drombler.commons:drombler-commons-client-core:jar:1.0
Found at http://localhost:8081/repository/maven-public/
org.drombler.commons:drombler-commons-client-startup-main:jar:1.0
Found at http://localhost:8081/repository/maven-public/
org.drombler.commons:drombler-commons-context:jar:1.0
Found at http://localhost:8081/repository/maven-public/
org.drombler.commons:drombler-commons-data-core:jar:1.0
Found at http://localhost:8081/repository/maven-public/
org.drombler.commons:drombler-commons-docking-context:jar:1.0
Found at http://localhost:8081/repository/maven-public/
org.drombler.commons:drombler-commons-docking-core:jar:1.0
Found at http://localhost:8081/repository/maven-public/
org.drombler.commons:drombler-commons-docking-fx:jar:1.0
Found at http://localhost:8081/repository/maven-public/
org.drombler.commons:drombler-commons-docking-fx-context:jar:1.0
Found at http://localhost:8081/repository/maven-public/
org.drombler.commons:drombler-commons-docking-spi:jar:1.0
Found at http://localhost:8081/repository/maven-public/
org.drombler.commons:drombler-commons-fx-core:jar:1.0
Found at http://localhost:8081/repository/maven-public/
org.drombler.fx:drombler-fx-core-application:jar:1.0
Found at http://localhost:8081/repository/maven-public/
org.drombler.fx:drombler-fx-core-data:jar:1.0
Found at http://localhost:8081/repository/maven-public/
org.drombler.fx:drombler-fx-startup-main:jar:1.0
Found at http://localhost:8081/repository/maven-public/
org.hamcrest:hamcrest-core:jar:1.3
Found at http://localhost:8081/repository/maven-public/
org.hamcrest:hamcrest-library:jar:1.3
Found at http://localhost:8081/repository/maven-public/
org.junit.jupiter:junit-jupiter-api:jar:5.3.2
Found at http://localhost:8081/repository/maven-public/
org.junit.jupiter:junit-jupiter-engine:jar:5.3.2
Found at http://localhost:8081/repository/maven-public/
org.junit.platform:junit-platform-commons:jar:1.3.2
Found at http://localhost:8081/repository/maven-public/
org.junit.platform:junit-platform-engine:jar:1.3.2
Found at http://localhost:8081/repository/maven-public/
org.opentest4j:opentest4j:jar:1.1.1
Found at http://localhost:8081/repository/maven-public/
org.osgi:org.osgi.service.component.annotations:jar:1.4.0
Found at http://localhost:8081/repository/maven-public/
org.osgi:osgi.cmpn:jar:7.0.0
Found at http://localhost:8081/repository/maven-public/
org.slf4j:slf4j-api:jar:1.7.29
Found at http://localhost:8081/repository/maven-public/
org.softsmithy.devlib:softsmithy-devlib-core:jar:2.1.1
Found at http://localhost:8081/repository/maven-public/
org.softsmithy.lib:softsmithy-lib-beans:jar:2.1.1
Found at http://localhost:8081/repository/maven-public/
org.softsmithy.lib:softsmithy-lib-compiler:jar:2.1.1
Found at http://localhost:8081/repository/maven-public/
org.softsmithy.lib:softsmithy-lib-core:jar:2.1.1
Found at http://localhost:8081/repository/maven-public/
org.softsmithy.lib:softsmithy-lib-persistence:jar:2.1.1
Found at http://localhost:8081/repository/maven-public/
Total nexus
47 (compile: 26, test: 10, runtime: 3, provided: 8) 47