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.spotbugs | spotbugs-annotations | 4.9.1 | jar | GNU LESSER GENERAL PUBLIC LICENSE, Version 2.1 |
dev.metaschema.java | cli-processor | 2.2.0 | jar | CC0-1.0 |
dev.metaschema.java | metaschema-databind | 2.2.0 | jar | CC0-1.0 |
dev.metaschema.java | metaschema-databind-modules | 2.2.0 | jar | CC0-1.0 |
dev.metaschema.java | metaschema-schema-generator | 2.2.0 | jar | CC0-1.0 |
org.apache.logging.log4j | log4j-api | 2.24.3 | jar | Apache-2.0 |
org.apache.logging.log4j | log4j-core | 2.24.3 | jar | Apache-2.0 |
org.eclipse.jdt | org.eclipse.jdt.annotation | 2.3.100 | jar | Eclipse Public License - v 2.0 |
org.junit.jupiter | junit-jupiter | 5.12.0 | jar | Eclipse Public License v2.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 |
---|---|---|---|---|
io.github.hakky54 | logcaptor | 2.10.2 | jar | Apache License, Version 2.0 |
org.assertj | assertj-core | 3.27.3 | 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:
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.junit.jupiter | junit-jupiter-engine | 5.12.0 | jar | Eclipse Public License v2.0 |
org.junit.platform | junit-platform-engine | 1.12.0 | jar | Eclipse Public License v2.0 |
xerces | xercesImpl | 2.12.2 | jar | The Apache Software 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 |
---|---|---|---|---|
ch.qos.logback | logback-classic | 1.3.15 | jar | Eclipse Public License - v 1.0GNU Lesser General Public License |
ch.qos.logback | logback-core | 1.3.15 | jar | Eclipse Public License - v 1.0GNU Lesser General Public License |
net.bytebuddy | byte-buddy | 1.15.11 | jar | Apache License, Version 2.0 |
org.apache.logging.log4j | log4j-to-slf4j | 2.24.3 | jar | Apache-2.0 |
org.slf4j | jul-to-slf4j | 2.0.17 | jar | MIT |
org.slf4j | slf4j-api | 2.0.7 | jar | MIT License |
Project Dependency Graph
Dependency Tree
- dev.metaschema.java:metaschema-cli:jar:2.2.0
- dev.metaschema.java:cli-processor:jar:2.2.0 (compile)
- dev.metaschema.java:metaschema-core:jar:2.2.0 (compile)
- org.antlr:antlr4-runtime:jar:4.13.2 (compile)
- com.fasterxml.woodstox:woodstox-core:jar:7.1.0 (compile)
- com.fasterxml.jackson.core:jackson-core:jar:2.18.3 (compile)
- com.fasterxml.jackson.core:jackson-databind:jar:2.18.3 (compile)
- com.vladsch.flexmark:flexmark:jar:0.64.8 (compile)
- com.vladsch.flexmark:flexmark-util-ast:jar:0.64.8 (compile)
- org.jetbrains:annotations:jar:24.0.1 (compile)
- org.jetbrains:annotations:jar:24.0.1 (compile)
- com.vladsch.flexmark:flexmark-util-builder:jar:0.64.8 (compile)
- com.vladsch.flexmark:flexmark-util-collection:jar:0.64.8 (compile)
- com.vladsch.flexmark:flexmark-util-data:jar:0.64.8 (compile)
- com.vladsch.flexmark:flexmark-util-dependency:jar:0.64.8 (compile)
- com.vladsch.flexmark:flexmark-util-format:jar:0.64.8 (compile)
- com.vladsch.flexmark:flexmark-util-html:jar:0.64.8 (compile)
- com.vladsch.flexmark:flexmark-util-misc:jar:0.64.8 (compile)
- com.vladsch.flexmark:flexmark-util-sequence:jar:0.64.8 (compile)
- com.vladsch.flexmark:flexmark-util-visitor:jar:0.64.8 (compile)
- com.vladsch.flexmark:flexmark-util-ast:jar:0.64.8 (compile)
- com.vladsch.flexmark:flexmark-ext-tables:jar:0.64.8 (compile)
- com.vladsch.flexmark:flexmark-util:jar:0.64.8 (compile)
- com.vladsch.flexmark:flexmark-util-options:jar:0.64.8 (compile)
- com.vladsch.flexmark:flexmark-util-options:jar:0.64.8 (compile)
- com.vladsch.flexmark:flexmark-util:jar:0.64.8 (compile)
- com.vladsch.flexmark:flexmark-ext-escaped-character:jar:0.64.8 (compile)
- com.vladsch.flexmark:flexmark-ext-superscript:jar:0.64.8 (compile)
- com.vladsch.flexmark:flexmark-ext-gfm-strikethrough:jar:0.64.8 (compile)
- com.vladsch.flexmark:flexmark-ext-typographic:jar:0.64.8 (compile)
- com.vladsch.flexmark:flexmark-html2md-converter:jar:0.64.8 (compile)
- com.vladsch.flexmark:flexmark-ext-emoji:jar:0.64.8 (compile)
- com.vladsch.flexmark:flexmark-jira-converter:jar:0.64.8 (compile)
- com.vladsch.flexmark:flexmark-ext-wikilink:jar:0.64.8 (compile)
- com.vladsch.flexmark:flexmark-ext-ins:jar:0.64.8 (compile)
- com.vladsch.flexmark:flexmark-ext-wikilink:jar:0.64.8 (compile)
- com.vladsch.flexmark:flexmark-jira-converter:jar:0.64.8 (compile)
- org.jsoup:jsoup:jar:1.15.4 (compile)
- com.vladsch.flexmark:flexmark-ext-emoji:jar:0.64.8 (compile)
- com.github.seancfoley:ipaddress:jar:5.5.1 (compile)
- commons-codec:commons-codec:jar:1.18.0 (compile)
- org.apache.commons:commons-text:jar:1.13.0 (compile)
- com.github.ben-manes.caffeine:caffeine:jar:3.2.0 (compile)
- org.jspecify:jspecify:jar:1.0.0 (compile)
- com.google.errorprone:error_prone_annotations:jar:2.36.0 (compile)
- org.jspecify:jspecify:jar:1.0.0 (compile)
- org.antlr:antlr4-runtime:jar:4.13.2 (compile)
- commons-cli:commons-cli:jar:1.9.0 (compile)
- org.fusesource.jansi:jansi:jar:2.4.1 (compile)
- nl.talsmasoftware:lazy4j:jar:2.0.0 (compile)
- org.apache.logging.log4j:log4j-jul:jar:2.24.3 (compile)
- dev.metaschema.java:metaschema-core:jar:2.2.0 (compile)
- dev.metaschema.java:metaschema-schema-generator:jar:2.2.0 (compile)
- org.apache.commons:commons-lang3:jar:3.17.0 (compile)
- org.jdom:jdom2:jar:2.0.6.1 (compile)
- jaxen:jaxen:jar:2.0.0 (compile)
- org.codehaus.woodstox:stax2-api:jar:4.2.2 (compile)
- net.sf.saxon:Saxon-HE:jar:12.5 (compile)
- org.xmlresolver:xmlresolver:jar:6.0.14 (compile)
- xerces:xercesImpl:jar:2.12.2 (runtime)
- xerces:xercesImpl:jar:2.12.2 (runtime)
- org.xmlresolver:xmlresolver:jar:data:6.0.14 (compile)
- org.xmlresolver:xmlresolver:jar:6.0.14 (compile)
- org.apache.commons:commons-lang3:jar:3.17.0 (compile)
- dev.metaschema.java:metaschema-databind:jar:2.2.0 (compile)
- com.squareup:javapoet:jar:1.13.0 (compile)
- org.json:json:jar:20250107 (compile)
- com.github.erosb:everit-json-schema:jar:1.14.5 (compile)
- commons-validator:commons-validator:jar:1.9.0 (compile)
- commons-digester:commons-digester:jar:2.1 (compile)
- commons-logging:commons-logging:jar:1.3.2 (compile)
- commons-collections:commons-collections:jar:3.2.2 (compile)
- commons-digester:commons-digester:jar:2.1 (compile)
- com.damnhandy:handy-uri-templates:jar:2.1.8 (compile)
- joda-time:joda-time:jar:2.10.2 (compile)
- joda-time:joda-time:jar:2.10.2 (compile)
- com.google.re2j:re2j:jar:1.8 (compile)
- commons-validator:commons-validator:jar:1.9.0 (compile)
- com.fasterxml.jackson.dataformat:jackson-dataformat-xml:jar:2.18.3 (compile)
- com.fasterxml.jackson.core:jackson-annotations:jar:2.18.3 (compile)
- com.fasterxml.jackson.core:jackson-annotations:jar:2.18.3 (compile)
- com.fasterxml.jackson.dataformat:jackson-dataformat-yaml:jar:2.18.3 (compile)
- org.yaml:snakeyaml:jar:2.3 (compile)
- org.yaml:snakeyaml:jar:2.3 (compile)
- org.apache.xmlbeans:xmlbeans:jar:5.3.0 (compile)
- com.squareup:javapoet:jar:1.13.0 (compile)
- dev.metaschema.java:metaschema-databind-modules:jar:2.2.0 (compile)
- dev.harrel:json-schema:jar:1.8.1 (compile)
- dev.harrel:json-schema:jar:1.8.1 (compile)
- org.apache.logging.log4j:log4j-core:jar:2.24.3 (compile)
- org.apache.logging.log4j:log4j-api:jar:2.24.3 (compile)
- io.github.hakky54:logcaptor:jar:2.10.2 (test)
- ch.qos.logback:logback-classic:jar:1.3.15 (test)
- ch.qos.logback:logback-core:jar:1.3.15 (test)
- org.slf4j:slf4j-api:jar:2.0.7 (test)
- ch.qos.logback:logback-core:jar:1.3.15 (test)
- org.apache.logging.log4j:log4j-to-slf4j:jar:2.24.3 (test)
- org.slf4j:jul-to-slf4j:jar:2.0.17 (test)
- ch.qos.logback:logback-classic:jar:1.3.15 (test)
- org.assertj:assertj-core:jar:3.27.3 (test)
- net.bytebuddy:byte-buddy:jar:1.15.11 (test)
- net.bytebuddy:byte-buddy:jar:1.15.11 (test)
- com.github.spotbugs:spotbugs-annotations:jar:4.9.1 (compile)
- com.google.code.findbugs:jsr305:jar:3.0.2 (compile)
- com.google.code.findbugs:jsr305:jar:3.0.2 (compile)
- org.eclipse.jdt:org.eclipse.jdt.annotation:jar:2.3.100 (compile)
- org.junit.jupiter:junit-jupiter:jar:5.12.0 (compile)
- org.junit.jupiter:junit-jupiter-api:jar:5.12.0 (compile)
- org.opentest4j:opentest4j:jar:1.3.0 (compile)
- org.junit.platform:junit-platform-commons:jar:1.12.0 (compile)
- org.apiguardian:apiguardian-api:jar:1.1.2 (compile)
- org.opentest4j:opentest4j:jar:1.3.0 (compile)
- org.junit.jupiter:junit-jupiter-params:jar:5.12.0 (compile)
- org.junit.jupiter:junit-jupiter-engine:jar:5.12.0 (runtime)
- org.junit.platform:junit-platform-engine:jar:1.12.0 (runtime)
- org.junit.platform:junit-platform-engine:jar:1.12.0 (runtime)
- org.junit.jupiter:junit-jupiter-api:jar:5.12.0 (compile)
- dev.metaschema.java:cli-processor:jar:2.2.0 (compile)
Licenses
The Apache License, Version 2.0: JSpecify annotations, Woodstox, org.apiguardian:apiguardian-api, org.opentest4j:opentest4j
Apache 2.0: JavaPoet, error-prone annotations
BSD-3-Clause: ANTLR 4 Runtime
The BSD 2-Clause License: Stax2 API
MIT License: SLF4J API Module
Eclipse Public License v2.0: JUnit Jupiter (Aggregator), JUnit Jupiter API, JUnit Jupiter Engine, JUnit Jupiter Params, JUnit Platform Commons, JUnit Platform Engine API
Mozilla Public License Version 2.0: Saxon-HE
Public Domain: JSON in Java
GNU Lesser General Public License: Logback Classic Module, Logback Core Module
BSD 2-Clause License: flexmark-java HTML to Markdown extensible converter, flexmark-java ast utilities, flexmark-java builder utilities, flexmark-java collection utilities, flexmark-java core, flexmark-java data utilities, flexmark-java dependency utilities, flexmark-java extension for emoji shortcuts, flexmark-java extension for escaped_character, flexmark-java extension for ins, flexmark-java extension for jira_converter, flexmark-java extension for strikethrough, flexmark-java extension for superscript, flexmark-java extension for tables, flexmark-java extension for typographic, flexmark-java extension for wiki links, flexmark-java format utilities, flexmark-java html utilities, flexmark-java misc utilities, flexmark-java options utilities, flexmark-java sequence utilities, flexmark-java utilities, flexmark-java visitor utilities
GNU LESSER GENERAL PUBLIC LICENSE, Version 2.1: SpotBugs Annotations
Apache 2: Joda-Time
Go License: RE2/J
Similar to Apache License but with the acknowledgment clause removed: JDOM
Apache License version 2.0: XML Resolver
The MIT License: jsoup Java HTML Parser
Apache-2.0: Apache Commons CLI, Apache Commons Codec, Apache Commons Lang, Apache Commons Logging, Apache Commons Text, Apache Commons Validator, Apache Log4j API, Apache Log4j Core, Apache Log4j JUL Adapter, AssertJ Core, Log4j API to SLF4J Adapter
Apache License, Version 2.0: Apache Commons Collections, Byte Buddy (without dependencies), Caffeine cache, Jansi, Lazy4J, SnakeYAML, everit-json-schema, log-captor
CC0-1.0: Metaschema CLI Framework, Metaschema Command Line Tool, Metaschema Core API, Metaschema Java Data Binding and Code Generation, Metaschema Modules, Metaschema XML and JSON Schema Generator
MIT: JUL to SLF4J bridge, json-schema
Eclipse Public License - v 2.0: JDT Annotations for Enhanced Null Analysis
The Apache Software License, Version 2.0: Commons Digester, FindBugs-jsr305, Handy URI Templates, IPAddress, Jackson-annotations, Jackson-core, Jackson-dataformat-XML, Jackson-dataformat-YAML, JetBrains Java Annotations, Xerces2-j, XmlBeans, jackson-databind
BSD License 2.0: jaxen
Eclipse Public License - v 1.0: Logback Classic Module, Logback Core Module
Dependency File Details
Filename | Size | Entries | Classes | Packages | Java Version | Debug Information |
---|---|---|---|---|---|---|
logback-classic-1.3.15.jar | 274.5 kB | 230 | - | - | - | - |
• Root | - | 228 | 175 | 27 | 1.8 | Yes |
• Versioned | - | 2 | 1 | 1 | 9 | No |
logback-core-1.3.15.jar | 571.7 kB | 500 | - | - | - | - |
• Root | - | 498 | 446 | 40 | 1.8 | Yes |
• Versioned | - | 2 | 1 | 1 | 9 | No |
handy-uri-templates-2.1.8.jar | 46.3 kB | 39 | 25 | 3 | 1.7 | Yes |
jackson-annotations-2.18.3.jar | 78.5 kB | 87 | 74 | 2 | 1.6 | Yes |
jackson-core-2.18.3.jar | 598 kB | 293 | - | - | - | - |
• Root | - | 246 | 211 | 14 | 1.8 | Yes |
• Versioned | - | 2 | 1 | 1 | 9 | No |
• Versioned | - | 12 | 3 | 1 | 11 | Yes |
• Versioned | - | 11 | 2 | 1 | 17 | Yes |
• Versioned | - | 11 | 2 | 1 | 21 | Yes |
• Versioned | - | 11 | 2 | 1 | - | Yes |
jackson-databind-2.18.3.jar | 1.7 MB | 829 | - | - | - | - |
• Root | - | 827 | 789 | 23 | 1.8 | Yes |
• Versioned | - | 2 | 1 | 1 | 9 | No |
jackson-dataformat-xml-2.18.3.jar | 130 kB | 88 | - | - | - | - |
• Root | - | 86 | 63 | 6 | 1.8 | Yes |
• Versioned | - | 2 | 1 | 1 | 9 | No |
jackson-dataformat-yaml-2.18.3.jar | 55.6 kB | 43 | - | - | - | - |
• Root | - | 41 | 20 | 3 | 1.8 | Yes |
• Versioned | - | 2 | 1 | 1 | 9 | No |
woodstox-core-7.1.0.jar | 1.6 MB | 1091 | 942 | 78 | 1.8 | Yes |
caffeine-3.2.0.jar | 906.6 kB | 718 | 709 | 3 | 11 | Yes |
everit-json-schema-1.14.5.jar | 253.4 kB | 184 | 168 | 6 | 1.8 | Yes |
ipaddress-5.5.1.jar | 927.3 kB | 366 | 364 | 12 | 1.8 | Yes |
spotbugs-annotations-4.9.1.jar | 16.2 kB | 32 | 25 | 1 | 11 | Yes |
jsr305-3.0.2.jar | 19.9 kB | 46 | 35 | 3 | 1.5 | Yes |
error_prone_annotations-2.36.0.jar | 19.4 kB | 47 | - | - | - | - |
• Root | - | 40 | 27 | 2 | 1.8 | Yes |
• Versioned | - | 7 | 1 | 1 | 9 | No |
re2j-1.8.jar | 114.3 kB | 52 | 47 | 1 | 1.6 | Yes |
javapoet-1.13.0.jar | 106.1 kB | 53 | 43 | 1 | 1.8 | Yes |
flexmark-0.64.8.jar | 446.4 kB | 280 | 258 | 12 | 11 | Yes |
flexmark-ext-emoji-0.64.8.jar | 97.5 kB | 34 | 20 | 2 | 11 | Yes |
flexmark-ext-escaped-character-0.64.8.jar | 11.9 kB | 23 | 9 | 2 | 11 | Yes |
flexmark-ext-gfm-strikethrough-0.64.8.jar | 23.3 kB | 32 | 18 | 2 | 11 | Yes |
flexmark-ext-ins-0.64.8.jar | 11.6 kB | 22 | 9 | 2 | 11 | Yes |
flexmark-ext-superscript-0.64.8.jar | 12 kB | 22 | 9 | 2 | 11 | Yes |
flexmark-ext-tables-0.64.8.jar | 47.4 kB | 43 | 30 | 2 | 11 | Yes |
flexmark-ext-typographic-0.64.8.jar | 20.3 kB | 28 | 15 | 2 | 11 | Yes |
flexmark-ext-wikilink-0.64.8.jar | 30 kB | 33 | 20 | 2 | 11 | Yes |
flexmark-html2md-converter-0.64.8.jar | 81.6 kB | 44 | 31 | 2 | 11 | Yes |
flexmark-jira-converter-0.64.8.jar | 12.1 kB | 16 | 3 | 2 | 11 | Yes |
flexmark-util-0.64.8.jar | 1.8 kB | 7 | 0 | 0 | - | - |
flexmark-util-ast-0.64.8.jar | 65.8 kB | 63 | 51 | 1 | 11 | Yes |
flexmark-util-builder-0.64.8.jar | 5.2 kB | 13 | 1 | 1 | 11 | Yes |
flexmark-util-collection-0.64.8.jar | 66.7 kB | 57 | 44 | 2 | 11 | Yes |
flexmark-util-data-0.64.8.jar | 25.1 kB | 30 | 18 | 1 | 11 | Yes |
flexmark-util-dependency-0.64.8.jar | 16.4 kB | 23 | 11 | 1 | 11 | Yes |
flexmark-util-format-0.64.8.jar | 109.8 kB | 69 | 56 | 2 | 11 | Yes |
flexmark-util-html-0.64.8.jar | 44.4 kB | 32 | 19 | 2 | 11 | Yes |
flexmark-util-misc-0.64.8.jar | 59.5 kB | 39 | 27 | 1 | 11 | Yes |
flexmark-util-options-0.64.8.jar | 11.8 kB | 20 | 8 | 1 | 11 | Yes |
flexmark-util-sequence-0.64.8.jar | 236.7 kB | 114 | 98 | 4 | 11 | Yes |
flexmark-util-visitor-0.64.8.jar | 6.7 kB | 16 | 4 | 1 | 11 | Yes |
commons-cli-1.9.0.jar | 75.5 kB | 51 | - | - | - | - |
• Root | - | 50 | 37 | 1 | 1.8 | Yes |
• Versioned | - | 1 | 1 | 1 | 9 | No |
commons-codec-1.18.0.jar | 373 kB | 262 | - | - | - | - |
• Root | - | 261 | 114 | 7 | 1.8 | Yes |
• Versioned | - | 1 | 1 | 1 | 9 | No |
commons-collections-3.2.2.jar | 588.3 kB | 484 | 460 | 12 | 1.3 | Yes |
commons-digester-2.1.jar | 196.8 kB | 182 | 155 | 14 | 1.5 | Yes |
commons-logging-1.3.2.jar | 71.6 kB | 42 | - | - | - | - |
• Root | - | 41 | 27 | 2 | 1.8 | Yes |
• Versioned | - | 1 | 1 | 1 | 9 | No |
commons-validator-1.9.0.jar | 201.4 kB | 112 | - | - | - | - |
• Root | - | 111 | 86 | 4 | 1.8 | Yes |
• Versioned | - | 1 | 1 | 1 | 9 | No |
json-schema-1.8.1.jar | 206 kB | 163 | 140 | 2 | 1.8 | Yes |
cli-processor-2.2.0.jar | 37 kB | 36 | 20 | 3 | 11 | Yes |
metaschema-core-2.2.0.jar | 2.5 MB | 1941 | 1366 | 49 | 11 | Yes |
metaschema-databind-2.2.0.jar | 732.5 kB | 500 | 392 | 24 | 11 | Yes |
metaschema-databind-modules-2.2.0.jar | 202.8 kB | 113 | 92 | 3 | 11 | Yes |
metaschema-schema-generator-2.2.0.jar | 166.3 kB | 123 | 104 | 8 | 11 | Yes |
logcaptor-2.10.2.jar | 18.7 kB | 24 | 9 | 6 | 1.8 | Yes |
jaxen-2.0.0.jar | 224 kB | 233 | 209 | 16 | 1.5 | Yes |
joda-time-2.10.2.jar | 642.7 kB | 765 | 247 | 7 | 1.5 | Yes |
byte-buddy-1.15.11.jar | 8.5 MB | 5890 | - | - | - | - |
• Root | - | 2950 | 2897 | 38 | 1.5 | Yes |
• Versioned | - | 2940 | 2898 | 39 | 1.8 | Yes |
Saxon-HE-12.5.jar | 5.6 MB | 2683 | 2600 | 59 | 1.8 | Yes |
lazy4j-2.0.0.jar | 7 kB | 13 | 3 | 2 | 1.8 | Yes |
antlr4-runtime-4.13.2.jar | 326.3 kB | 232 | 215 | 7 | 1.8 | Yes |
commons-lang3-3.17.0.jar | 673.6 kB | 426 | - | - | - | - |
• Root | - | 425 | 395 | 18 | 1.8 | Yes |
• Versioned | - | 1 | 1 | 1 | 9 | No |
commons-text-1.13.0.jar | 257.9 kB | 185 | - | - | - | - |
• Root | - | 184 | 164 | 8 | 1.8 | Yes |
• Versioned | - | 1 | 1 | 1 | 9 | No |
log4j-api-2.24.3.jar | 348.5 kB | 247 | - | - | - | - |
• Root | - | 236 | 209 | 11 | 1.8 | Yes |
• Versioned | - | 11 | 4 | 2 | 9 | Yes |
log4j-core-2.24.3.jar | 1.9 MB | 1320 | - | - | - | - |
• Root | - | 1303 | 1214 | 57 | 1.8 | Yes |
• Versioned | - | 17 | 7 | 4 | 9 | Yes |
log4j-jul-2.24.3.jar | 31.1 kB | 31 | 16 | 2 | 1.8 | Yes |
log4j-to-slf4j-2.24.3.jar | 23.8 kB | 26 | 10 | 2 | 1.8 | Yes |
xmlbeans-5.3.0.jar | 2.2 MB | 1758 | - | - | - | - |
• Root | - | 1750 | 1033 | 40 | 1.8 | Yes |
• Versioned | - | 8 | 2 | 2 | 9 | Yes |
apiguardian-api-1.1.2.jar | 6.8 kB | 9 | 3 | 2 | 1.6 | Yes |
assertj-core-3.27.3.jar | 1.4 MB | 881 | - | - | - | - |
• Root | - | 877 | 838 | 27 | 1.8 | Yes |
• Versioned | - | 4 | 1 | 1 | 9 | No |
stax2-api-4.2.2.jar | 195.9 kB | 146 | 125 | 12 | 1.6 | Yes |
org.eclipse.jdt.annotation-2.3.100.jar | 33.2 kB | 32 | 8 | 1 | 1.8 | Yes |
jansi-2.4.1.jar | 257 kB | 101 | - | - | - | - |
• Root | - | 99 | 45 | 3 | 1.8 | Yes |
• Versioned | - | 2 | 1 | 1 | 9 | No |
jdom2-2.0.6.1.jar | 327.8 kB | 227 | 207 | 15 | 1.5 | Yes |
annotations-24.0.1.jar | 30.7 kB | 70 | - | - | - | - |
• Root | - | 68 | 59 | 2 | 1.8 | Yes |
• Versioned | - | 2 | 1 | 1 | 9 | No |
json-20250107.jar | 81.4 kB | 43 | - | - | - | - |
• Root | - | 41 | 31 | 1 | 1.8 | Yes |
• Versioned | - | 2 | 1 | 1 | 9 | No |
jsoup-1.15.4.jar | 440.2 kB | 283 | 265 | 7 | 1.8 | Yes |
jspecify-1.0.0.jar | 3.8 kB | 14 | - | - | - | - |
• Root | - | 10 | 4 | 1 | 1.8 | No |
• Versioned | - | 4 | 1 | 1 | 9 | No |
junit-jupiter-5.12.0.jar | 6.4 kB | 5 | 1 | 1 | 9 | No |
junit-jupiter-api-5.12.0.jar | 233.3 kB | 211 | 192 | 8 | 1.8 | Yes |
junit-jupiter-engine-5.12.0.jar | 291.5 kB | 171 | 150 | 9 | 1.8 | Yes |
junit-jupiter-params-5.12.0.jar | 601.7 kB | 396 | 358 | 22 | 1.8 | Yes |
junit-platform-commons-1.12.0.jar | 151.9 kB | 99 | - | - | - | - |
• Root | - | 88 | 69 | 9 | 1.8 | Yes |
• Versioned | - | 11 | 5 | 1 | 9 | Yes |
junit-platform-engine-1.12.0.jar | 255.8 kB | 184 | 161 | 10 | 1.8 | Yes |
opentest4j-1.3.0.jar | 14.3 kB | 15 | 9 | 2 | 1.6 | Yes |
jul-to-slf4j-2.0.17.jar | 6.3 kB | 15 | - | - | - | - |
• Root | - | 13 | 1 | 1 | 1.8 | Yes |
• Versioned | - | 2 | 1 | 1 | 9 | No |
slf4j-api-2.0.7.jar | 63.6 kB | 67 | - | - | - | - |
• Root | - | 65 | 51 | 4 | 1.8 | Yes |
• Versioned | - | 2 | 1 | 1 | 9 | No |
xmlresolver-6.0.14-data.jar | 1 MB | 436 | 0 | 0 | - | - |
xmlresolver-6.0.14.jar | 154.3 kB | 111 | 90 | 11 | 1.8 | Yes |
snakeyaml-2.3.jar | 342.2 kB | 284 | - | - | - | - |
• Root | - | 276 | 235 | 23 | 1.7 | Yes |
• Versioned | - | 8 | 3 | 2 | 9 | Yes |
xercesImpl-2.12.2.jar | 1.4 MB | 1045 | 962 | 40 | 1.7 | No |
Total | Size | Entries | Classes | Packages | Java Version | Debug Information |
89 | 42.3 MB | 28445 | 21000 | 887 | 11 | 84 |
compile: 78 | compile: 29.5 MB | compile: 19412 | compile: 15300 | compile: 683 | 11 | compile: 74 |
runtime: 3 | runtime: 2 MB | runtime: 1400 | runtime: 1273 | runtime: 59 | runtime: 2 | |
test: 8 | test: 10.8 MB | test: 7633 | test: 4427 | test: 145 | 1.8 | test: 8 |