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.legsem.legstar | legstar-generator | 3.0.1 | jar | APACHE LICENSE, VERSION 2.0 |
| org.glassfish.jaxb | jaxb-runtime | 4.0.6 | jar | Eclipse Distribution License - v 1.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 | Licenses |
|---|---|---|---|---|
| com.legsem.legstar | legstar-base-test | 3.0.1 | jar | APACHE LICENSE, VERSION 2.0 |
| org.junit.jupiter | junit-jupiter-api | 5.12.1 | jar | Eclipse Public License v2.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 |
|---|---|---|---|---|
| com.legsem.legstar | legstar-base | 3.0.1 | jar | APACHE LICENSE, VERSION 2.0 |
| com.legsem.legstar | legstar-parser | 3.0.1 | jar | APACHE LICENSE, VERSION 2.0 |
| com.sun.istack | istack-commons-runtime | 4.1.2 | jar | Eclipse Distribution License - v 1.0 |
| gg.jte | jte | 3.2.1 | jar | Apache License, Version 2.0 |
| gg.jte | jte-extension-api | 3.2.1 | jar | Apache License, Version 2.0 |
| gg.jte | jte-runtime | 3.2.1 | jar | Apache License, Version 2.0 |
| jakarta.activation | jakarta.activation-api | 2.1.4 | jar | EDL 1.0 |
| jakarta.xml.bind | jakarta.xml.bind-api | 4.0.4 | jar | Eclipse Distribution License - v 1.0 |
| org.congocc | org.congocc.parser.generator | 2.1.0 | jar | The MIT License, Version 2.0 |
| org.glassfish.jaxb | jaxb-core | 4.0.6 | jar | Eclipse Distribution License - v 1.0 |
| org.glassfish.jaxb | txw2 | 4.0.6 | jar | Eclipse Distribution License - v 1.0 |
runtime
The following is a list of runtime dependencies for this project. These dependencies are required to run the application:
| GroupId | ArtifactId | Version | Type | Licenses |
|---|---|---|---|---|
| org.eclipse.angus | angus-activation | 2.0.3 | jar | EDL 1.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 | Licenses |
|---|---|---|---|---|
| org.apiguardian | apiguardian-api | 1.1.2 | jar | The Apache License, Version 2.0 |
| org.junit.platform | junit-platform-commons | 1.12.1 | jar | Eclipse Public License v2.0 |
| org.opentest4j | opentest4j | 1.3.0 | jar | The Apache License, Version 2.0 |
Project Dependency Graph
Dependency Tree
- com.legsem.legstar:legstar-jaxb-generator:jar:3.0.1
- com.legsem.legstar:legstar-generator:jar:3.0.1 (compile)
- com.legsem.legstar:legstar-base:jar:3.0.1 (compile)
![[Information]](./images/icon_info_sml.gif)
- com.legsem.legstar:legstar-parser:jar:3.0.1 (compile)
- org.congocc:org.congocc.parser.generator:jar:2.1.0 (compile)
![[Information]](./images/icon_info_sml.gif)
- org.congocc:org.congocc.parser.generator:jar:2.1.0 (compile)
- gg.jte:jte:jar:3.2.1 (compile)
- gg.jte:jte-runtime:jar:3.2.1 (compile)
![[Information]](./images/icon_info_sml.gif)
- gg.jte:jte-extension-api:jar:3.2.1 (compile)
![[Information]](./images/icon_info_sml.gif)
- gg.jte:jte-runtime:jar:3.2.1 (compile)
- com.legsem.legstar:legstar-base:jar:3.0.1 (compile)
- org.glassfish.jaxb:jaxb-runtime:jar:4.0.6 (compile)
- org.glassfish.jaxb:jaxb-core:jar:4.0.6 (compile)
- jakarta.xml.bind:jakarta.xml.bind-api:jar:4.0.4 (compile)
![[Information]](./images/icon_info_sml.gif)
- jakarta.activation:jakarta.activation-api:jar:2.1.4 (compile)
![[Information]](./images/icon_info_sml.gif)
- org.eclipse.angus:angus-activation:jar:2.0.3 (runtime)
![[Information]](./images/icon_info_sml.gif)
- org.glassfish.jaxb:txw2:jar:4.0.6 (compile)
![[Information]](./images/icon_info_sml.gif)
- com.sun.istack:istack-commons-runtime:jar:4.1.2 (compile)
![[Information]](./images/icon_info_sml.gif)
- jakarta.xml.bind:jakarta.xml.bind-api:jar:4.0.4 (compile)
- org.glassfish.jaxb:jaxb-core:jar:4.0.6 (compile)
- com.legsem.legstar:legstar-base-test:jar:3.0.1 (test)
![[Information]](./images/icon_info_sml.gif)
- org.junit.jupiter:junit-jupiter-api:jar:5.12.1 (test)
- org.opentest4j:opentest4j:jar:1.3.0 (test)
![[Information]](./images/icon_info_sml.gif)
- org.junit.platform:junit-platform-commons:jar:1.12.1 (test)
![[Information]](./images/icon_info_sml.gif)
- org.apiguardian:apiguardian-api:jar:1.1.2 (test)
![[Information]](./images/icon_info_sml.gif)
- org.opentest4j:opentest4j:jar:1.3.0 (test)
- com.legsem.legstar:legstar-generator:jar:3.0.1 (compile)
Licenses
EDL 1.0: Angus Activation Registries, Jakarta Activation API
The Apache License, Version 2.0: org.apiguardian:apiguardian-api, org.opentest4j:opentest4j
Apache License, Version 2.0: jte, jte-extension-api, jte-runtime
Eclipse Public License v2.0: JUnit Jupiter API, JUnit Platform Commons
Eclipse Distribution License - v 1.0: JAXB Core, JAXB Runtime, Jakarta XML Binding API, TXW2 Runtime, istack common utility code runtime
APACHE LICENSE, VERSION 2.0: legstar-base, legstar-base-test, legstar-generator, legstar-jaxb-generator, legstar-parser
The MIT License, Version 2.0: CongoCC Parser-Generator
Dependency File Details
| Filename | Size | Entries | Classes | Packages | Java Version | Debug Information |
|---|---|---|---|---|---|---|
| legstar-base-3.0.1.jar | 12.2 kB | 27 | 15 | 3 | 17 | Yes |
| legstar-base-test-3.0.1.jar | 4.4 kB | 14 | 2 | 2 | 17 | Yes |
| legstar-generator-3.0.1.jar | 70.5 kB | 63 | 48 | 5 | 17 | Yes |
| legstar-parser-3.0.1.jar | 217.5 kB | 177 | 160 | 6 | 17 | Yes |
| istack-commons-runtime-4.1.2.jar | 25.8 kB | 35 | 23 | 4 | 11 | Yes |
| jte-3.2.1.jar | 81 kB | 58 | 44 | 5 | 17 | Yes |
| jte-extension-api-3.2.1.jar | 4 kB | 15 | 4 | 1 | 17 | Yes |
| jte-runtime-3.2.1.jar | 52.4 kB | 65 | 49 | 8 | 17 | Yes |
| jakarta.activation-api-2.1.4.jar | 67.4 kB | 60 | 46 | 3 | 1.8 | Yes |
| jakarta.xml.bind-api-4.0.4.jar | 131.2 kB | 138 | 115 | 7 | 11 | Yes |
| apiguardian-api-1.1.2.jar | 6.8 kB | 9 | 3 | 2 | 1.6 | Yes |
| org.congocc.parser.generator-2.1.0.jar | 2.5 MB | 1153 | 1041 | 26 | 17 | Yes |
| angus-activation-2.0.3.jar | 26.7 kB | 32 | 10 | 3 | 1.8 | Yes |
| jaxb-core-4.0.6.jar | 137.9 kB | 157 | 106 | 18 | 11 | Yes |
| jaxb-runtime-4.0.6.jar | 920.1 kB | 693 | 559 | 19 | 11 | Yes |
| txw2-4.0.6.jar | 73.3 kB | 72 | 57 | 4 | 11 | Yes |
| junit-jupiter-api-5.12.1.jar | 233.4 kB | 211 | 192 | 8 | 1.8 | Yes |
| junit-platform-commons-1.12.1.jar | 151.9 kB | 99 | - | - | - | - |
| • Root | - | 88 | 69 | 9 | 1.8 | Yes |
| • Versioned | - | 11 | 5 | 1 | 9 | Yes |
| opentest4j-1.3.0.jar | 14.3 kB | 15 | 9 | 2 | 1.6 | Yes |
| Total | Size | Entries | Classes | Packages | Java Version | Debug Information |
| 19 | 4.7 MB | 3093 | 2552 | 135 | 17 | 19 |
| compile: 13 | compile: 4.2 MB | compile: 2713 | compile: 2267 | compile: 109 | 17 | compile: 13 |
| runtime: 1 | runtime: 26.7 kB | runtime: 32 | runtime: 10 | runtime: 3 | runtime: 1 | |
| test: 5 | test: 410.8 kB | test: 348 | test: 275 | test: 23 | 17 | test: 5 |
