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.github.jonasrutishauser | cdi-test-api | 1.1.2 | jar | GNU LGPL 3 |
io.smallrye.config | smallrye-config | 3.2.0 | jar | Apache License, Version 2.0 |
jakarta.enterprise | jakarta.enterprise.cdi-api | 3.0.0 | jar | Apache License 2.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 |
---|---|---|---|---|
com.github.jonasrutishauser | cdi-test-core | 1.1.2 | jar | GNU LGPL 3 |
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:
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.apiguardian | apiguardian-api | 1.1.2 | jar | The Apache License, Version 2.0 |
org.jboss.classfilewriter | jboss-classfilewriter | 1.2.5.Final | jar | Apache License, version 2.0 |
org.jboss.weld | weld-api | 4.0.SP1 | jar | Apache License, Version 2.0 |
org.jboss.weld | weld-core-impl | 4.0.3.Final | jar | Apache License, Version 2.0 |
org.jboss.weld | weld-spi | 4.0.SP1 | jar | Apache License, Version 2.0 |
org.jboss.weld.environment | weld-environment-common | 4.0.3.Final | jar | Apache License, Version 2.0 |
org.jboss.weld.probe | weld-probe-core | 4.0.3.Final | jar | Apache License, Version 2.0 |
org.jboss.weld.se | weld-se-core | 4.0.3.Final | jar | Apache License, Version 2.0 |
org.junit.jupiter | junit-jupiter-api | 5.10.0 | jar | Eclipse Public License v2.0 |
org.junit.platform | junit-platform-commons | 1.10.0 | 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.github.jonasrutishauser:cdi-test-mp-config:jar:1.1.2
- com.github.jonasrutishauser:cdi-test-api:jar:1.1.2 (compile)
- com.github.jonasrutishauser:cdi-test-core:jar:1.1.2 (runtime)
- org.junit.jupiter:junit-jupiter-api:jar:5.10.0 (runtime)
- org.opentest4j:opentest4j:jar:1.3.0 (runtime)
- org.junit.platform:junit-platform-commons:jar:1.10.0 (runtime)
- org.apiguardian:apiguardian-api:jar:1.1.2 (runtime)
- org.jboss.weld.se:weld-se-core:jar:4.0.3.Final (runtime)
- org.jboss.weld.environment:weld-environment-common:jar:4.0.3.Final (runtime)
- org.jboss.weld:weld-core-impl:jar:4.0.3.Final (runtime)
- org.jboss.weld:weld-api:jar:4.0.SP1 (runtime)
- org.jboss.weld:weld-spi:jar:4.0.SP1 (runtime)
- org.jboss.weld:weld-core-impl:jar:4.0.3.Final (runtime)
- org.jboss.weld.probe:weld-probe-core:jar:4.0.3.Final (runtime)
- org.jboss.classfilewriter:jboss-classfilewriter:jar:1.2.5.Final (runtime)
- org.jboss.weld.environment:weld-environment-common:jar:4.0.3.Final (runtime)
- org.junit.jupiter:junit-jupiter-api:jar:5.10.0 (runtime)
- io.smallrye.config:smallrye-config:jar:3.2.0 (compile)
- io.smallrye.config:smallrye-config-core:jar:3.2.0 (compile)
- org.eclipse.microprofile.config:microprofile-config-api:jar:3.0.2 (compile)
- io.smallrye.common:smallrye-common-annotation:jar:2.1.0 (compile)
- io.smallrye.common:smallrye-common-expression:jar:2.1.0 (compile)
- io.smallrye.common:smallrye-common-function:jar:2.1.0 (compile)
- io.smallrye.common:smallrye-common-constraint:jar:2.1.0 (compile)
- io.smallrye.common:smallrye-common-classloader:jar:2.1.0 (compile)
- org.ow2.asm:asm:jar:9.4 (compile)
- io.smallrye.config:smallrye-config-common:jar:3.2.0 (compile)
- org.jboss.logging:jboss-logging:jar:3.5.0.Final (compile)
- io.smallrye.config:smallrye-config-core:jar:3.2.0 (compile)
- jakarta.enterprise:jakarta.enterprise.cdi-api:jar:3.0.0 (compile)
- jakarta.el:jakarta.el-api:jar:4.0.0 (compile)
- jakarta.interceptor:jakarta.interceptor-api:jar:2.0.0 (compile)
- jakarta.annotation:jakarta.annotation-api:jar:2.0.0 (compile)
- jakarta.inject:jakarta.inject-api:jar:2.0.0 (compile)
Licenses
Apache License, version 2.0: JBoss Logging 3, classfilewriter
Eclipse Public License v. 2.0: Jakarta Expression Language API
The Apache License, Version 2.0: org.apiguardian:apiguardian-api, org.opentest4j:opentest4j
Apache License 2.0: CDI APIs
GNU General Public License, version 2 with the GNU Classpath Exception: Jakarta Expression Language API
BSD-3-Clause: asm
Eclipse Public License v2.0: JUnit Jupiter API, JUnit Platform Commons
Apache License, Version 2.0: MicroProfile Config API, SmallRye Common: Annotations, SmallRye Common: Classloader, SmallRye Common: Constraints, SmallRye Common: Expressions, SmallRye Common: Functions, SmallRye Config: CDI, SmallRye Config: Common, SmallRye Config: Core, Weld APIs, Weld Environment Common, Weld Implementation (Core), Weld Probe Core, Weld SE (Core), Weld SPIs for container integration
EPL 2.0: Jakarta Annotations API, Jakarta Interceptors
GPL2 w/ CPE: Jakarta Annotations API, Jakarta Interceptors
GNU LGPL 3: CDI Test API, CDI Test Implementation, CDI Test microprofile config
The Apache Software License, Version 2.0: Jakarta Dependency Injection
Dependency File Details
Filename | Size | Entries | Classes | Packages | Java Version | Debug Information |
---|---|---|---|---|---|---|
cdi-test-api-1.1.2.jar | 9.8 kB | 22 | 7 | 3 | 11 | Yes |
cdi-test-core-1.1.2.jar | 36.7 kB | 36 | 19 | 3 | 11 | Yes |
smallrye-common-annotation-2.1.0.jar | 7.6 kB | 21 | 8 | 2 | 11 | Yes |
smallrye-common-classloader-2.1.0.jar | 9.5 kB | 17 | 5 | 2 | 11 | Yes |
smallrye-common-constraint-2.1.0.jar | 12.7 kB | 19 | 6 | 2 | 11 | Yes |
smallrye-common-expression-2.1.0.jar | 21.4 kB | 26 | 13 | 2 | 11 | Yes |
smallrye-common-function-2.1.0.jar | 45.6 kB | 54 | 42 | 2 | 11 | Yes |
smallrye-config-3.2.0.jar | 35.2 kB | 30 | 15 | 1 | 11 | Yes |
smallrye-config-common-3.2.0.jar | 11.6 kB | 20 | 7 | 2 | 11 | Yes |
smallrye-config-core-3.2.0.jar | 276.4 kB | 187 | 171 | 1 | 11 | Yes |
jakarta.annotation-api-2.0.0.jar | 25.4 kB | 29 | 16 | 4 | 1.8 | Yes |
jakarta.el-api-4.0.0.jar | 80.6 kB | 61 | 49 | 1 | 1.8 | Yes |
jakarta.enterprise.cdi-api-3.0.0.jar | 119.3 kB | 174 | 148 | 11 | 1.8 | Yes |
jakarta.inject-api-2.0.0.jar | 10.1 kB | 17 | 6 | 1 | 1.5 | No |
jakarta.interceptor-api-2.0.0.jar | 24.6 kB | 22 | 10 | 1 | 1.8 | Yes |
apiguardian-api-1.1.2.jar | 6.8 kB | 9 | 3 | 2 | 1.6 | Yes |
microprofile-config-api-3.0.2.jar | 17.8 kB | 29 | 14 | 3 | 1.8 | Yes |
jboss-classfilewriter-1.2.5.Final.jar | 120.4 kB | 90 | 75 | 6 | 1.8 | Yes |
jboss-logging-3.5.0.Final.jar | 62.6 kB | 47 | 35 | 2 | 11 | Yes |
weld-api-4.0.SP1.jar | 32.6 kB | 68 | 42 | 12 | 1.8 | Yes |
weld-core-impl-4.0.3.Final.jar | 1.7 MB | 1190 | - | - | - | - |
• Root | - | 1181 | 1106 | 60 | 1.8 | Yes |
• Versioned | - | 9 | 2 | 1 | 11 | Yes |
weld-spi-4.0.SP1.jar | 84.9 kB | 153 | 107 | 23 | 1.8 | Yes |
weld-environment-common-4.0.3.Final.jar | 86.7 kB | 73 | 53 | 6 | 1.8 | Yes |
weld-probe-core-4.0.3.Final.jar | 817.9 kB | 123 | 86 | 1 | 1.8 | Yes |
weld-se-core-4.0.3.Final.jar | 72.5 kB | 71 | 45 | 8 | 1.8 | Yes |
junit-jupiter-api-5.10.0.jar | 211 kB | 197 | 182 | 8 | 1.8 | Yes |
junit-platform-commons-1.10.0.jar | 106.2 kB | 64 | - | - | - | - |
• Root | - | 56 | 43 | 7 | 1.8 | Yes |
• Versioned | - | 8 | 2 | 1 | 9 | Yes |
opentest4j-1.3.0.jar | 14.3 kB | 15 | 9 | 2 | 1.6 | Yes |
asm-9.4.jar | 122.4 kB | 44 | 38 | 3 | 1.5 | Yes |
Total | Size | Entries | Classes | Packages | Java Version | Debug Information |
29 | 4.1 MB | 2908 | 2360 | 181 | 11 | 28 |
compile: 17 | compile: 892.5 kB | compile: 819 | compile: 590 | compile: 43 | 11 | compile: 16 |
runtime: 12 | runtime: 3.3 MB | runtime: 2089 | runtime: 1770 | runtime: 138 | runtime: 12 |