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.hypfvieh.java | runtime-compiler-lib | 1.0.0-SNAPSHOT | jar | MIT License |
org.apache.maven.plugin-tools | maven-plugin-annotations | 3.10.1 | jar | Apache-2.0 |
org.codehaus.plexus | plexus-component-annotations | 2.1.1 | jar | Apache License, Version 2.0 |
org.mockito | mockito-core | 5.10.0 | jar | MIT |
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.jupiter | junit-jupiter-api | 5.10.1 | jar | Eclipse Public License v2.0 |
org.junit.jupiter | junit-jupiter-params | 5.10.1 | jar | Eclipse Public License v2.0 |
org.junit.platform | junit-platform-engine | 1.10.1 | jar | Eclipse Public License v2.0 |
org.junit.platform | junit-platform-launcher | 1.10.1 | jar | Eclipse Public License v2.0 |
org.slf4j | slf4j-jdk-platform-logging | 2.0.11 | jar | MIT License |
org.slf4j | slf4j-simple | 2.0.11 | 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 |
---|---|---|---|---|
org.apache.maven | maven-core | 3.9.5 | jar | Apache-2.0 |
org.apache.maven | maven-plugin-api | 3.9.5 | 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 | Licenses |
---|---|---|---|---|
net.bytebuddy | byte-buddy | 1.14.11 | jar | Apache License, Version 2.0 |
net.bytebuddy | byte-buddy-agent | 1.14.11 | jar | Apache License, Version 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 |
---|---|---|---|---|
org.objenesis | objenesis | 3.3 | 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 | Licenses |
---|---|---|---|---|
org.apiguardian | apiguardian-api | 1.1.2 | jar | The Apache License, Version 2.0 |
org.junit.platform | junit-platform-commons | 1.10.1 | jar | Eclipse Public License v2.0 |
org.opentest4j | opentest4j | 1.3.0 | jar | The Apache License, Version 2.0 |
org.slf4j | slf4j-api | 2.0.11 | 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:
Project Dependency Graph
Dependency Tree
- com.github.hypfvieh.java:java-runtime-compiler-maven-plugin:maven-plugin:1.0.0-SNAPSHOT
- org.apache.maven:maven-core:jar:3.9.5 (provided)
- org.apache.maven:maven-model:jar:3.9.5 (provided)
- org.apache.maven:maven-settings:jar:3.9.5 (provided)
- org.apache.maven:maven-settings-builder:jar:3.9.5 (provided)
- org.codehaus.plexus:plexus-sec-dispatcher:jar:2.0 (provided)
- org.codehaus.plexus:plexus-cipher:jar:2.0 (provided)
- org.codehaus.plexus:plexus-cipher:jar:2.0 (provided)
- org.codehaus.plexus:plexus-sec-dispatcher:jar:2.0 (provided)
- org.apache.maven:maven-builder-support:jar:3.9.5 (provided)
- org.apache.maven:maven-repository-metadata:jar:3.9.5 (provided)
- org.apache.maven:maven-artifact:jar:3.9.5 (provided)
- org.apache.maven:maven-model-builder:jar:3.9.5 (provided)
- org.apache.maven:maven-resolver-provider:jar:3.9.5 (provided)
- org.apache.maven.resolver:maven-resolver-impl:jar:1.9.16 (provided)
- org.apache.maven.resolver:maven-resolver-named-locks:jar:1.9.16 (provided)
- org.apache.maven.resolver:maven-resolver-named-locks:jar:1.9.16 (provided)
- org.apache.maven.resolver:maven-resolver-api:jar:1.9.16 (provided)
- org.apache.maven.resolver:maven-resolver-spi:jar:1.9.16 (provided)
- org.apache.maven.resolver:maven-resolver-util:jar:1.9.16 (provided)
- org.apache.maven.shared:maven-shared-utils:jar:3.3.4 (provided)
- org.eclipse.sisu:org.eclipse.sisu.plexus:jar:0.3.5 (provided)
- javax.annotation:javax.annotation-api:jar:1.2 (provided)
- javax.annotation:javax.annotation-api:jar:1.2 (provided)
- 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)
- aopalliance:aopalliance:jar:1.0 (provided)
- com.google.guava:guava:jar:32.0.1-jre (provided)
- com.google.guava:failureaccess:jar:1.0.1 (provided)
- javax.inject:javax.inject:jar:1 (provided)
- org.codehaus.plexus:plexus-utils:jar:3.5.1 (provided)
- org.codehaus.plexus:plexus-classworlds:jar:2.7.0 (provided)
- org.codehaus.plexus:plexus-interpolation:jar:1.26 (provided)
- org.apache.commons:commons-lang3:jar:3.12.0 (provided)
- org.apache.maven:maven-model:jar:3.9.5 (provided)
- org.apache.maven:maven-plugin-api:jar:3.9.5 (provided)
- org.apache.maven.plugin-tools:maven-plugin-annotations:jar:3.10.1 (compile)
- org.codehaus.plexus:plexus-component-annotations:jar:2.1.1 (compile)
- com.github.hypfvieh.java:runtime-compiler-lib:jar:1.0.0-SNAPSHOT (compile)
- org.mockito:mockito-core:jar:5.10.0 (compile)
- net.bytebuddy:byte-buddy:jar:1.14.11 (compile)
- net.bytebuddy:byte-buddy-agent:jar:1.14.11 (compile)
- org.objenesis:objenesis:jar:3.3 (runtime)
- net.bytebuddy:byte-buddy:jar:1.14.11 (compile)
- org.junit.jupiter:junit-jupiter-api:jar:5.10.1 (test)
- org.opentest4j:opentest4j:jar:1.3.0 (test)
- org.junit.platform:junit-platform-commons:jar:1.10.1 (test)
- org.apiguardian:apiguardian-api:jar:1.1.2 (test)
- org.opentest4j:opentest4j:jar:1.3.0 (test)
- org.junit.jupiter:junit-jupiter-params:jar:5.10.1 (test)
- org.junit.platform:junit-platform-launcher:jar:1.10.1 (test)
- org.junit.platform:junit-platform-engine:jar:1.10.1 (test)
- org.slf4j:slf4j-jdk-platform-logging:jar:2.0.11 (test)
- org.slf4j:slf4j-api:jar:2.0.11 (test)
- org.slf4j:slf4j-api:jar:2.0.11 (test)
- org.slf4j:slf4j-simple:jar:2.0.11 (test)
- org.apache.maven:maven-core:jar:3.9.5 (provided)
Licenses
Eclipse Public License, Version 1.0: org.eclipse.sisu.inject, org.eclipse.sisu.plexus
The Apache License, Version 2.0: org.apiguardian:apiguardian-api, org.opentest4j:opentest4j
MIT License: SLF4J API Module, SLF4J JDK Platform Logging Integration, SLF4J Simple Provider, java-runtime-compiler-maven-plugin, runtime-compiler-lib
Apache-2.0: Maven Artifact, Maven Artifact Resolver API, Maven Artifact Resolver Implementation, Maven Artifact Resolver Named Locks, Maven Artifact Resolver Provider, Maven Artifact Resolver SPI, Maven Artifact Resolver Utilities, Maven Builder Support, Maven Core, Maven Model, Maven Model Builder, Maven Plugin API, Maven Plugin Tools Java Annotations, Maven Repository Metadata Model, Maven Settings, Maven Settings Builder
Apache License, Version 2.0: Apache Commons Lang, Apache Maven Shared Utils, Byte Buddy (without dependencies), Byte Buddy agent, Guava: Google Core Libraries for Java, Objenesis, Plexus :: Component Annotations, Plexus Cipher: encryption/decryption Component, Plexus Classworlds, Plexus Common Utilities, Plexus Interpolation API, Plexus Security Dispatcher Component
Eclipse Public License v2.0: JUnit Jupiter API, JUnit Jupiter Params, JUnit Platform Commons, JUnit Platform Engine API, JUnit Platform Launcher
MIT: mockito-core
CDDL + GPLv2 with classpath exception: javax.annotation API
Public Domain: AOP alliance
The Apache Software License, Version 2.0: Google Guice - Core Library, Guava InternalFutureFailureAccess and InternalFutures, 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 |
runtime-compiler-lib-1.0.0-SNAPSHOT.jar | 57.4 kB | 49 | 29 | 9 | - | Yes |
failureaccess-1.0.1.jar | 4.6 kB | 15 | 2 | 1 | 1.7 | Yes |
guava-32.0.1-jre.jar | 3 MB | 2054 | 2014 | 18 | 1.8 | Yes |
guice-5.1.0.jar | 777.6 kB | 512 | 494 | 11 | 1.8 | Yes |
javax.annotation-api-1.2.jar | 26.4 kB | 29 | 15 | 3 | 1.6 | Yes |
javax.inject-1.jar | 2.5 kB | 8 | 6 | 1 | 1.5 | No |
byte-buddy-1.14.11.jar | 4.2 MB | 2935 | 2881 | 39 | - | Yes |
byte-buddy-agent-1.14.11.jar | 256.8 kB | 90 | 70 | 3 | - | Yes |
commons-lang3-3.12.0.jar | 587.4 kB | 374 | 345 | 17 | 1.8 | Yes |
maven-artifact-3.9.5.jar | 58.6 kB | 59 | 34 | 11 | 1.8 | Yes |
maven-builder-support-3.9.5.jar | 14.3 kB | 24 | 10 | 1 | 1.8 | Yes |
maven-core-3.9.5.jar | 700.2 kB | 521 | 434 | 57 | 1.8 | Yes |
maven-model-3.9.5.jar | 217.2 kB | 97 | 80 | 3 | 1.8 | Yes |
maven-model-builder-3.9.5.jar | 198.1 kB | 159 | 126 | 16 | 1.8 | Yes |
maven-plugin-api-3.9.5.jar | 47.4 kB | 48 | 27 | 6 | 1.8 | Yes |
maven-repository-metadata-3.9.5.jar | 28.4 kB | 27 | 9 | 2 | 1.8 | Yes |
maven-resolver-provider-3.9.5.jar | 74.3 kB | 49 | 32 | 1 | 1.8 | Yes |
maven-settings-3.9.5.jar | 44.5 kB | 35 | 19 | 2 | 1.8 | Yes |
maven-settings-builder-3.9.5.jar | 42.2 kB | 53 | 32 | 5 | 1.8 | Yes |
maven-plugin-annotations-3.10.1.jar | 13.8 kB | 22 | 7 | 1 | 1.8 | Yes |
maven-resolver-api-1.9.16.jar | 157.6 kB | 170 | 146 | 12 | 1.8 | Yes |
maven-resolver-impl-1.9.16.jar | 317.6 kB | 208 | 178 | 14 | 1.8 | Yes |
maven-resolver-named-locks-1.9.16.jar | 37.8 kB | 40 | 22 | 3 | 1.8 | Yes |
maven-resolver-spi-1.9.16.jar | 51.5 kB | 84 | 58 | 12 | 1.8 | Yes |
maven-resolver-util-1.9.16.jar | 194.7 kB | 156 | 129 | 13 | 1.8 | Yes |
maven-shared-utils-3.3.4.jar | 153.1 kB | 103 | 79 | 9 | 1.7 | Yes |
apiguardian-api-1.1.2.jar | 6.8 kB | 9 | 3 | 2 | - | Yes |
plexus-cipher-2.0.jar | 13 kB | 19 | 5 | 1 | 1.7 | Yes |
plexus-classworlds-2.7.0.jar | 53.3 kB | 51 | 36 | 5 | 1.8 | Yes |
plexus-component-annotations-2.1.1.jar | 4.1 kB | 15 | 3 | 1 | 1.7 | No |
plexus-interpolation-1.26.jar | 85.3 kB | 79 | 62 | 7 | 1.6 | Yes |
plexus-sec-dispatcher-2.0.jar | 23.6 kB | 30 | 12 | 3 | 1.7 | Yes |
plexus-utils-3.5.1.jar | 269.3 kB | 152 | 108 | 9 | - | 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 |
junit-jupiter-api-5.10.1.jar | 211 kB | 197 | 182 | 8 | - | Yes |
junit-jupiter-params-5.10.1.jar | 586 kB | 381 | 347 | 22 | - | Yes |
junit-platform-commons-1.10.1.jar | 106.3 kB | 64 | 44 | 7 | - | Yes |
junit-platform-engine-1.10.1.jar | 204.8 kB | 153 | 136 | 10 | - | Yes |
junit-platform-launcher-1.10.1.jar | 183.8 kB | 131 | 116 | 7 | - | Yes |
mockito-core-5.10.0.jar | 704 kB | 642 | 570 | 64 | - | Yes |
objenesis-3.3.jar | 49.4 kB | 59 | 43 | 10 | 1.8 | Yes |
opentest4j-1.3.0.jar | 14.3 kB | 15 | 9 | 2 | - | Yes |
slf4j-api-2.0.11.jar | 67.8 kB | 70 | 55 | 5 | - | Yes |
slf4j-jdk-platform-logging-2.0.11.jar | 9.6 kB | 20 | 5 | 2 | - | Yes |
slf4j-simple-2.0.11.jar | 15.7 kB | 22 | 7 | 2 | - | Yes |
Total | Size | Entries | Classes | Packages | Java Version | Debug Information |
47 | 14.5 MB | 10530 | 9465 | 468 | 1.8 | 45 |
compile: 6 | compile: 5.2 MB | compile: 3753 | compile: 3560 | compile: 117 | - | compile: 5 |
test: 10 | test: 1.4 MB | test: 1062 | test: 904 | test: 67 | - | test: 10 |
runtime: 1 | runtime: 49.4 kB | runtime: 59 | runtime: 43 | runtime: 10 | - | runtime: 1 |
provided: 30 | provided: 7.8 MB | provided: 5656 | provided: 4958 | provided: 274 | - | provided: 29 |