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.jayway.jsonpath | json-path | 2.9.0 | jar | The Apache Software License, Version 2.0 |
jakarta.activation | jakarta.activation-api | 2.1.3 | jar | EDL 1.0 |
net.minidev | json-smart | 2.5.1 | jar | The Apache Software License, Version 2.0 |
org.eclipse.angus | angus-activation | 2.0.2 | jar | EDL 1.0 |
org.springframework.hateoas | spring-hateoas | 2.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 |
---|---|---|---|---|
com.github.hazendaz | javabean-tester | 2.8.2 | jar | The Apache Software License, Version 2.0 |
com.github.hazendaz.jmockit | jmockit | 1.54.0 | jar | The MIT License |
org.assertj | assertj-core | 3.26.3 | jar | Apache License, Version 2.0 |
org.junit.jupiter | junit-jupiter-engine | 5.11.0 | jar | Eclipse Public License v2.0 |
org.junit.jupiter | junit-jupiter-params | 5.11.0 | jar | Eclipse Public License v2.0 |
org.mockito | mockito-core | 5.13.0 | jar | MIT |
org.mockito | mockito-junit-jupiter | 5.13.0 | jar | MIT |
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 |
---|---|---|---|---|
com.github.spotbugs | spotbugs-annotations | 4.8.6 | jar | GNU LESSER GENERAL PUBLIC LICENSE, Version 2.1 |
com.google.errorprone | error_prone_annotations | 2.32.0 | jar | Apache 2.0 |
com.google.j2objc | j2objc-annotations | 3.0.0 | jar | Apache License, Version 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 |
---|---|---|---|---|
io.micrometer | micrometer-commons | 1.12.10 | jar | The Apache Software License, Version 2.0 |
io.micrometer | micrometer-observation | 1.12.10 | jar | The Apache Software License, Version 2.0 |
net.minidev | accessors-smart | 2.5.1 | jar | The Apache Software License, Version 2.0 |
org.ow2.asm | asm | 9.7 | jar | BSD-3-Clause |
org.slf4j | slf4j-api | 2.0.16 | jar | MIT License |
org.springframework | spring-aop | 6.1.13 | jar | Apache License, Version 2.0 |
org.springframework | spring-beans | 6.1.13 | jar | Apache License, Version 2.0 |
org.springframework | spring-context | 6.1.13 | jar | Apache License, Version 2.0 |
org.springframework | spring-core | 6.1.13 | jar | Apache License, Version 2.0 |
org.springframework | spring-expression | 6.1.13 | jar | Apache License, Version 2.0 |
org.springframework | spring-jcl | 6.1.13 | jar | Apache License, Version 2.0 |
org.springframework | spring-web | 6.1.13 | jar | Apache License, Version 2.0 |
org.springframework.plugin | spring-plugin-core | 3.0.0 | 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 |
---|---|---|---|---|
cglib | cglib | 3.3.0 | jar | ASF 2.0 |
net.bytebuddy | byte-buddy | 1.15.1 | jar | Apache License, Version 2.0 |
net.bytebuddy | byte-buddy-agent | 1.15.1 | jar | Apache License, Version 2.0 |
nl.jqno.equalsverifier | equalsverifier | 3.16.1 | jar | Apache License, Version 2.0 |
org.apiguardian | apiguardian-api | 1.1.2 | jar | The Apache License, Version 2.0 |
org.checkerframework | checker-qual | 3.47.0 | jar | The MIT License |
org.javassist | javassist | 3.30.2-GA | jar | MPL 1.1LGPL 2.1Apache License 2.0 |
org.junit.jupiter | junit-jupiter-api | 5.11.0 | jar | Eclipse Public License v2.0 |
org.junit.platform | junit-platform-commons | 1.11.0 | jar | Eclipse Public License v2.0 |
org.junit.platform | junit-platform-engine | 1.11.0 | jar | Eclipse Public License v2.0 |
org.objenesis | objenesis | 3.4 | jar | Apache License, Version 2.0 |
org.opentest4j | opentest4j | 1.3.0 | jar | The Apache License, Version 2.0 |
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 |
---|---|---|---|---|
com.google.code.findbugs | jsr305 | 3.0.2 | jar | The Apache Software License, Version 2.0 |
Project Dependency Graph
Dependency Tree
- com.github.psi-probe:psi-probe-rest:jar:5.1.1-SNAPSHOT
- org.springframework.hateoas:spring-hateoas:jar:2.3.3 (compile)
- org.springframework:spring-aop:jar:6.1.13 (compile)
- org.springframework:spring-beans:jar:6.1.13 (compile)
- org.springframework:spring-context:jar:6.1.13 (compile)
- org.springframework:spring-expression:jar:6.1.13 (compile)
- io.micrometer:micrometer-observation:jar:1.12.10 (compile)
- io.micrometer:micrometer-commons:jar:1.12.10 (compile)
- org.springframework:spring-core:jar:6.1.13 (compile)
- org.springframework:spring-jcl:jar:6.1.13 (compile)
- org.springframework:spring-web:jar:6.1.13 (compile)
- org.springframework.plugin:spring-plugin-core:jar:3.0.0 (compile)
- org.slf4j:slf4j-api:jar:2.0.16 (compile)
- com.jayway.jsonpath:json-path:jar:2.9.0 (compile)
- net.minidev:json-smart:jar:2.5.1 (compile)
- net.minidev:accessors-smart:jar:2.5.1 (compile)
- com.github.spotbugs:spotbugs-annotations:jar:4.8.6 (provided)
- com.google.code.findbugs:jsr305:jar:3.0.2 (provided)
- com.google.errorprone:error_prone_annotations:jar:2.32.0 (provided)
- com.google.j2objc:j2objc-annotations:jar:3.0.0 (provided)
- org.assertj:assertj-core:jar:3.26.3 (test)
- net.bytebuddy:byte-buddy:jar:1.15.1 (test)
- com.github.hazendaz.jmockit:jmockit:jar:1.54.0 (test)
- org.objenesis:objenesis:jar:3.4 (test)
- org.checkerframework:checker-qual:jar:3.47.0 (test)
- org.mockito:mockito-core:jar:5.13.0 (test)
- net.bytebuddy:byte-buddy-agent:jar:1.15.1 (test)
- org.mockito:mockito-junit-jupiter:jar:5.13.0 (test)
- org.junit.jupiter:junit-jupiter-api:jar:5.11.0 (test)
- org.opentest4j:opentest4j:jar:1.3.0 (test)
- org.junit.platform:junit-platform-commons:jar:1.11.0 (test)
- org.junit.jupiter:junit-jupiter-api:jar:5.11.0 (test)
- org.junit.jupiter:junit-jupiter-engine:jar:5.11.0 (test)
- org.junit.platform:junit-platform-engine:jar:1.11.0 (test)
- org.apiguardian:apiguardian-api:jar:1.1.2 (test)
- org.junit.jupiter:junit-jupiter-params:jar:5.11.0 (test)
- com.github.hazendaz:javabean-tester:jar:2.8.2 (test)
- org.ow2.asm:asm:jar:9.7 (compile)
- cglib:cglib:jar:3.3.0 (test)
- org.javassist:javassist:jar:3.30.2-GA (test)
- nl.jqno.equalsverifier:equalsverifier:jar:3.16.1 (test)
- jakarta.activation:jakarta.activation-api:jar:2.1.3 (compile)
- org.eclipse.angus:angus-activation:jar:2.0.2 (compile)
- org.springframework.hateoas:spring-hateoas:jar:2.3.3 (compile)
Licenses
Apache 2.0: error-prone annotations
The Apache License, Version 2.0: org.apiguardian:apiguardian-api, org.opentest4j:opentest4j
MIT License: SLF4J API Module
BSD-3-Clause: asm
Eclipse Public License v2.0: JUnit Jupiter API, JUnit Jupiter Engine, JUnit Jupiter Params, JUnit Platform Commons, JUnit Platform Engine API
ASF 2.0: cglib
GNU General Public License, version 2: psi-probe-rest
GNU LESSER GENERAL PUBLIC LICENSE, Version 2.1: SpotBugs Annotations
Apache License 2.0: Javassist
EDL 1.0: Angus Activation Registries, Jakarta Activation API
The MIT License: Checker Qual, jmockit
Apache License, Version 2.0: AssertJ Core, Byte Buddy (without dependencies), Byte Buddy agent, EqualsVerifier | release normal jar, J2ObjC Annotations, Objenesis, Spring AOP, Spring Beans, Spring Commons Logging Bridge, Spring Context, Spring Core, Spring Expression Language (SpEL), Spring HATEOAS, Spring Plugin - Core, Spring Web
MIT: mockito-core, mockito-junit-jupiter
LGPL 2.1: Javassist
MPL 1.1: Javassist
The Apache Software License, Version 2.0: ASM based accessors helper used by json-smart, FindBugs-jsr305, JSON Small and Fast Parser, javabean-tester, json-path, micrometer-commons, micrometer-observation
Dependency File Details
Filename | Size | Entries | Classes | Packages | Java Version | Debug Information |
---|---|---|---|---|---|---|
cglib-3.3.0.jar | 306.9 kB | 270 | 249 | 8 | 1.5 | Yes |
javabean-tester-2.8.2.jar | 42.2 kB | 34 | 21 | 4 | 11 | Yes |
jmockit-1.54.0.jar | 775.4 kB | 480 | 410 | 48 | 11 | Yes |
spotbugs-annotations-4.8.6.jar | 15.3 kB | 31 | 24 | 1 | 1.8 | Yes |
jsr305-3.0.2.jar | 19.9 kB | 46 | 35 | 3 | 1.5 | Yes |
error_prone_annotations-2.32.0.jar | 19.4 kB | 47 | - | - | - | - |
• Root | - | 40 | 27 | 2 | 1.8 | Yes |
• Versioned | - | 7 | 1 | 1 | 9 | No |
j2objc-annotations-3.0.0.jar | 12.5 kB | 31 | - | - | - | - |
• Root | - | 29 | 17 | 1 | 1.8 | Yes |
• Versioned | - | 2 | 1 | 1 | 9 | No |
json-path-2.9.0.jar | 276.6 kB | 221 | 203 | 13 | 1.8 | Yes |
micrometer-commons-1.12.10.jar | 47.5 kB | 50 | 36 | 6 | 1.8 | Yes |
micrometer-observation-1.12.10.jar | 71.8 kB | 71 | 56 | 6 | 1.8 | Yes |
jakarta.activation-api-2.1.3.jar | 66.5 kB | 60 | 46 | 3 | 1.8 | Yes |
byte-buddy-1.15.1.jar | 4.2 MB | 2950 | - | - | - | - |
• Root | - | 2948 | 2895 | 38 | 1.6 | Yes |
• Versioned | - | 2 | 1 | 1 | 9 | No |
byte-buddy-agent-1.15.1.jar | 262.8 kB | 93 | - | - | - | - |
• Root | - | 91 | 72 | 2 | 1.5 | Yes |
• Versioned | - | 2 | 1 | 1 | 9 | No |
accessors-smart-2.5.1.jar | 30.3 kB | 24 | 13 | 2 | 1.8 | Yes |
json-smart-2.5.1.jar | 122.3 kB | 107 | 93 | 5 | 1.8 | Yes |
equalsverifier-3.16.1.jar | 230.9 kB | 156 | - | - | - | - |
• Root | - | 142 | 119 | 12 | 1.8 | Yes |
• Versioned | - | 7 | 1 | 1 | 16 | Yes |
• Versioned | - | 7 | 1 | 1 | 17 | Yes |
apiguardian-api-1.1.2.jar | 6.8 kB | 9 | 3 | 2 | 1.6 | Yes |
assertj-core-3.26.3.jar | 1.4 MB | 882 | - | - | - | - |
• Root | - | 878 | 839 | 27 | 1.8 | Yes |
• Versioned | - | 4 | 1 | 1 | 9 | No |
checker-qual-3.47.0.jar | 235.9 kB | 448 | 377 | 32 | 1.8 | Yes |
angus-activation-2.0.2.jar | 27 kB | 33 | 11 | 3 | 1.8 | Yes |
javassist-3.30.2-GA.jar | 794.7 kB | 450 | 426 | 17 | 1.8 | Yes |
junit-jupiter-api-5.11.0.jar | 216.3 kB | 197 | 182 | 8 | 1.8 | Yes |
junit-jupiter-engine-5.11.0.jar | 260.1 kB | 152 | 135 | 9 | 1.8 | Yes |
junit-jupiter-params-5.11.0.jar | 591.4 kB | 388 | 354 | 22 | 1.8 | Yes |
junit-platform-commons-1.11.0.jar | 140.6 kB | 86 | - | - | - | - |
• Root | - | 77 | 63 | 8 | 1.8 | Yes |
• Versioned | - | 9 | 3 | 1 | 9 | Yes |
junit-platform-engine-1.11.0.jar | 238.1 kB | 174 | 155 | 10 | 1.8 | Yes |
mockito-core-5.13.0.jar | 704 kB | 642 | 570 | 64 | 11 | Yes |
mockito-junit-jupiter-5.13.0.jar | 8.9 kB | 13 | 5 | 2 | 11 | Yes |
objenesis-3.4.jar | 49.1 kB | 59 | 43 | 10 | 1.8 | Yes |
opentest4j-1.3.0.jar | 14.3 kB | 15 | 9 | 2 | 1.6 | Yes |
asm-9.7.jar | 125.4 kB | 45 | 39 | 3 | 1.5 | Yes |
slf4j-api-2.0.16.jar | 69.4 kB | 71 | - | - | - | - |
• Root | - | 69 | 55 | 4 | 1.8 | Yes |
• Versioned | - | 2 | 1 | 1 | 9 | No |
spring-aop-6.1.13.jar | 417.2 kB | 320 | 288 | 17 | 17 | Yes |
spring-beans-6.1.13.jar | 862.4 kB | 474 | 443 | 13 | 17 | Yes |
spring-context-6.1.13.jar | 1.3 MB | 927 | 842 | 58 | 17 | Yes |
spring-core-6.1.13.jar | 1.9 MB | 1222 | - | - | - | - |
• Root | - | 1216 | 1141 | 59 | 17 | Yes |
• Versioned | - | 6 | 1 | 1 | 21 | Yes |
spring-expression-6.1.13.jar | 304.3 kB | 161 | 149 | 6 | 17 | Yes |
spring-jcl-6.1.13.jar | 24.5 kB | 26 | 15 | 2 | 17 | Yes |
spring-web-6.1.13.jar | 1.9 MB | 1203 | 1124 | 58 | 17 | Yes |
spring-hateoas-2.3.3.jar | 604.4 kB | 394 | 363 | 18 | 17 | Yes |
spring-plugin-core-3.0.0.jar | 30.8 kB | 39 | 17 | 4 | 17 | Yes |
Total | Size | Entries | Classes | Packages | Java Version | Debug Information |
41 | 18.7 MB | 13101 | 11964 | 612 | 17 | 41 |
compile: 18 | compile: 8.2 MB | compile: 5448 | compile: 4934 | compile: 280 | 17 | compile: 18 |
provided: 4 | provided: 67.1 kB | provided: 155 | provided: 103 | provided: 7 | provided: 4 | |
test: 19 | test: 10.5 MB | test: 7498 | test: 6927 | test: 325 | 11 | test: 19 |