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 |
---|---|---|---|---|
commons-io | commons-io | 2.19.0 | jar | Apache-2.0 |
io.github.classgraph | classgraph | 4.8.179 | jar | The MIT License (MIT) |
org.apache.commons | commons-lang3 | 3.17.0 | jar | Apache-2.0 |
org.openapi4j | openapi-parser | 1.0.7 | jar | Apache License, Version 2.0 |
org.openapi4j | openapi-schema-validator | 1.0.7 | 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.junit.jupiter | junit-jupiter | 5.13.0 | jar | Eclipse Public License v2.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 |
---|---|---|---|---|
io.wcm.tooling.spotbugs | io.wcm.tooling.spotbugs.annotations | 1.0.0 | jar | The Apache Software License, Version 2.0 |
org.jetbrains | annotations | 26.0.2 | jar | The Apache Software 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 |
---|---|---|---|---|
com.fasterxml.jackson.core | jackson-annotations | 2.12.1 | jar | The Apache Software License, Version 2.0 |
com.fasterxml.jackson.core | jackson-core | 2.12.1 | jar | The Apache Software License, Version 2.0 |
com.fasterxml.jackson.core | jackson-databind | 2.12.1 | jar | The Apache Software License, Version 2.0 |
com.fasterxml.jackson.dataformat | jackson-dataformat-yaml | 2.12.1 | jar | The Apache Software License, Version 2.0 |
org.openapi4j | openapi-core | 1.0.7 | jar | Apache License, Version 2.0 |
org.yaml | snakeyaml | 1.27 | 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.jupiter | junit-jupiter-api | 5.13.0 | jar | Eclipse Public License v2.0 |
org.junit.jupiter | junit-jupiter-engine | 5.13.0 | jar | Eclipse Public License v2.0 |
org.junit.jupiter | junit-jupiter-params | 5.13.0 | jar | Eclipse Public License v2.0 |
org.junit.platform | junit-platform-commons | 1.13.0 | jar | Eclipse Public License v2.0 |
org.junit.platform | junit-platform-engine | 1.13.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
- io.wcm:io.wcm.site-api.openapi-validator:jar:1.1.1-SNAPSHOT
Site API Open API Validator Description: Validates OAS3 schemas and JSON content.
URL: https://wcm.io/site-api/openapi-validator/
Project Licenses: The Apache Software License, Version 2.0
- org.openapi4j:openapi-parser:jar:1.0.7 (compile)
openapi-parser Description: openapi4j schema parser & validator
URL: https://github.com/openapi4j/openapi4j
Project Licenses: Apache License, Version 2.0
- org.openapi4j:openapi-core:jar:1.0.7 (compile)
openapi-core Description: openapi4j core utils & JSON reference resolver
URL: https://github.com/openapi4j/openapi4j
Project Licenses: Apache License, Version 2.0
- com.fasterxml.jackson.core:jackson-databind:jar:2.12.1 (compile)
jackson-databind Description: General data-binding functionality for Jackson: works on core streaming API
URL: http://github.com/FasterXML/jackson
Project Licenses: The Apache Software License, Version 2.0
- com.fasterxml.jackson.core:jackson-annotations:jar:2.12.1 (compile)
Jackson-annotations Description: Core annotations used for value types, used by Jackson data binding package.
URL: http://github.com/FasterXML/jackson
Project Licenses: The Apache Software License, Version 2.0
- com.fasterxml.jackson.core:jackson-core:jar:2.12.1 (compile)
Jackson-core Description: Core Jackson processing abstractions (aka Streaming API), implementation for JSON
URL: https://github.com/FasterXML/jackson-core
Project Licenses: The Apache Software License, Version 2.0
- com.fasterxml.jackson.core:jackson-annotations:jar:2.12.1 (compile)
- com.fasterxml.jackson.dataformat:jackson-dataformat-yaml:jar:2.12.1 (compile)
Jackson-dataformat-YAML Description: Support for reading and writing YAML-encoded data via Jackson abstractions.
URL: https://github.com/FasterXML/jackson-dataformats-text
Project Licenses: The Apache Software License, Version 2.0
- org.yaml:snakeyaml:jar:1.27 (compile)
SnakeYAML Description: YAML 1.1 parser and emitter for Java
Project Licenses: Apache License, Version 2.0
- org.yaml:snakeyaml:jar:1.27 (compile)
- com.fasterxml.jackson.core:jackson-databind:jar:2.12.1 (compile)
- org.openapi4j:openapi-core:jar:1.0.7 (compile)
- org.openapi4j:openapi-schema-validator:jar:1.0.7 (compile)
openapi-schema-validator Description: openapi4j schema data validator
URL: https://github.com/openapi4j/openapi4j
Project Licenses: Apache License, Version 2.0
- io.github.classgraph:classgraph:jar:4.8.179 (compile)
ClassGraph Description: The uber-fast, ultra-lightweight classpath and module scanner for JVM languages.
URL: https://github.com/classgraph/classgraph
Project Licenses: The MIT License (MIT)
- org.apache.commons:commons-lang3:jar:3.17.0 (compile)
Apache Commons Lang Description: Apache Commons Lang, a package of Java utility classes for the classes that are in java.lang's hierarchy, or are considered to be so standard as to justify existence in java.lang. The code is tested using the latest revision of the JDK for supported LTS releases: 8, 11, 17 and 21 currently. See https://github.com/apache/commons-lang/blob/master/.github/workflows/maven.yml Please ensure your build environment is up-to-date and kindly report any build issues.
URL: https://commons.apache.org/proper/commons-lang/
Project Licenses: Apache-2.0
- commons-io:commons-io:jar:2.19.0 (compile)
Apache Commons IO Description: The Apache Commons IO library contains utility classes, stream implementations, file filters, file comparators, endian transformation classes, and much more.
URL: https://commons.apache.org/proper/commons-io/
Project Licenses: Apache-2.0
- org.junit.jupiter:junit-jupiter:jar:5.13.0 (test)
JUnit Jupiter (Aggregator) Description: Module "junit-jupiter" of JUnit 5.
URL: https://junit.org/junit5/
Project Licenses: Eclipse Public License v2.0
- org.junit.jupiter:junit-jupiter-api:jar:5.13.0 (test)
JUnit Jupiter API Description: Module "junit-jupiter-api" of JUnit 5.
URL: https://junit.org/junit5/
Project Licenses: Eclipse Public License v2.0
- org.opentest4j:opentest4j:jar:1.3.0 (test)
org.opentest4j:opentest4j Description: Open Test Alliance for the JVM
URL: https://github.com/ota4j-team/opentest4j
Project Licenses: The Apache License, Version 2.0
- org.junit.platform:junit-platform-commons:jar:1.13.0 (test)
JUnit Platform Commons Description: Module "junit-platform-commons" of JUnit 5.
URL: https://junit.org/junit5/
Project Licenses: Eclipse Public License v2.0
- org.apiguardian:apiguardian-api:jar:1.1.2 (test)
org.apiguardian:apiguardian-api Description: @API Guardian
URL: https://github.com/apiguardian-team/apiguardian
Project Licenses: The Apache License, Version 2.0
- org.opentest4j:opentest4j:jar:1.3.0 (test)
- org.junit.jupiter:junit-jupiter-params:jar:5.13.0 (test)
JUnit Jupiter Params Description: Module "junit-jupiter-params" of JUnit 5.
URL: https://junit.org/junit5/
Project Licenses: Eclipse Public License v2.0
- org.junit.jupiter:junit-jupiter-engine:jar:5.13.0 (test)
JUnit Jupiter Engine Description: Module "junit-jupiter-engine" of JUnit 5.
URL: https://junit.org/junit5/
Project Licenses: Eclipse Public License v2.0
- org.junit.platform:junit-platform-engine:jar:1.13.0 (test)
JUnit Platform Engine API Description: Module "junit-platform-engine" of JUnit 5.
URL: https://junit.org/junit5/
Project Licenses: Eclipse Public License v2.0
- org.junit.platform:junit-platform-engine:jar:1.13.0 (test)
- org.junit.jupiter:junit-jupiter-api:jar:5.13.0 (test)
- org.jetbrains:annotations:jar:26.0.2 (provided)
JetBrains Java Annotations Description: A set of annotations used for code inspection support and code documentation.
URL: https://github.com/JetBrains/java-annotations
Project Licenses: The Apache Software License, Version 2.0
- io.wcm.tooling.spotbugs:io.wcm.tooling.spotbugs.annotations:jar:1.0.0 (provided)
Subset of Spotbugs Annotations Description: Contains a subset of Spotbugs Annotations for suppressing warnings in code.
URL: https://github.com/wcm-io/wcm-io-tooling/tree/develop/misc/spotbugs-annotations
Project Licenses: The Apache Software License, Version 2.0
- org.openapi4j:openapi-parser:jar:1.0.7 (compile)
Licenses
The MIT License (MIT): ClassGraph
The Apache License, Version 2.0: org.apiguardian:apiguardian-api, org.opentest4j:opentest4j
Apache License, Version 2.0: SnakeYAML, openapi-core, openapi-parser, openapi-schema-validator
Apache-2.0: Apache Commons IO, Apache Commons Lang
Eclipse Public License v2.0: JUnit Jupiter (Aggregator), JUnit Jupiter API, JUnit Jupiter Engine, JUnit Jupiter Params, JUnit Platform Commons, JUnit Platform Engine API
The Apache Software License, Version 2.0: Jackson-annotations, Jackson-core, Jackson-dataformat-YAML, JetBrains Java Annotations, Site API Open API Validator, Subset of Spotbugs Annotations, jackson-databind
Dependency File Details
Total | Size | Entries | Classes | Packages | Java Version | Debug Information |
---|---|---|---|---|---|---|
Filename | Size | Entries | Classes | Packages | Java Version | Debug Information |
jackson-annotations-2.12.1.jar | 75.7 kB | 84 | 72 | 2 | 1.6 | Yes |
jackson-core-2.12.1.jar | 365.2 kB | 151 | 125 | 13 | 1.6 | Yes |
jackson-databind-2.12.1.jar | 1.5 MB | 737 | 701 | 23 | 1.7 | Yes |
jackson-dataformat-yaml-2.12.1.jar | 51.4 kB | 38 | 18 | 4 | 1.7 | Yes |
commons-io-2.19.0.jar | 556.1 kB | 408 | - | - | - | - |
• Root | - | 407 | 380 | 15 | 1.8 | Yes |
• Versioned | - | 1 | 1 | 1 | 9 | No |
classgraph-4.8.179.jar | 576.1 kB | 296 | - | - | - | - |
• Root | - | 294 | 266 | 13 | 1.7 | Yes |
• Versioned | - | 2 | 1 | 1 | 9 | No |
io.wcm.tooling.spotbugs.annotations-1.0.0.jar | 3.9 kB | 13 | 1 | 1 | 1.8 | No |
commons-lang3-3.17.0.jar | 673.6 kB | 426 | - | - | - | - |
• Root | - | 425 | 395 | 18 | 1.8 | Yes |
• Versioned | - | 1 | 1 | 1 | 9 | No |
apiguardian-api-1.1.2.jar | 6.8 kB | 9 | 3 | 2 | 1.6 | Yes |
annotations-26.0.2.jar | 31.2 kB | 72 | - | - | - | - |
• Root | - | 70 | 60 | 2 | 1.8 | Yes |
• Versioned | - | 2 | 1 | 1 | 9 | No |
junit-jupiter-5.13.0.jar | 6.4 kB | 5 | 1 | 1 | 9 | No |
junit-jupiter-api-5.13.0.jar | 240.2 kB | 216 | 201 | 8 | 1.8 | Yes |
junit-jupiter-engine-5.13.0.jar | 338.1 kB | 177 | 160 | 9 | 1.8 | Yes |
junit-jupiter-params-5.13.0.jar | 661 kB | 431 | 397 | 22 | 1.8 | Yes |
junit-platform-commons-1.13.0.jar | 152.7 kB | 95 | - | - | - | - |
• Root | - | 84 | 69 | 9 | 1.8 | Yes |
• Versioned | - | 11 | 5 | 1 | 9 | Yes |
junit-platform-engine-1.13.0.jar | 268.6 kB | 189 | 170 | 10 | 1.8 | Yes |
openapi-core-1.0.7.jar | 37.3 kB | 42 | 29 | 6 | 1.8 | Yes |
openapi-parser-1.0.7.jar | 131.6 kB | 85 | 74 | 5 | 1.8 | Yes |
openapi-schema-validator-1.0.7.jar | 63 kB | 44 | 37 | 2 | 1.8 | Yes |
opentest4j-1.3.0.jar | 14.3 kB | 15 | 9 | 2 | 1.6 | Yes |
snakeyaml-1.27.jar | 310.1 kB | 253 | 216 | 20 | 1.7 | Yes |
21 | 6.1 MB | 3786 | 3384 | 187 | 9 | 19 |
compile: 11 | compile: 4.4 MB | compile: 2564 | compile: 2313 | compile: 121 | 1.8 | compile: 11 |
provided: 2 | provided: 35.1 kB | provided: 85 | provided: 61 | provided: 3 | provided: 1 | |
test: 8 | test: 1.7 MB | test: 1137 | test: 1010 | test: 63 | 9 | test: 7 |