Fork me on GitHub

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
commons-cli commons-cli 1.11.0 jar Apache-2.0
dev.metaschema.java metaschema-core 3.0.0.M1 jar CC0-1.0
nl.talsmasoftware lazy4j 2.0.3 jar Apache License, Version 2.0
org.apache.logging.log4j log4j-core 2.25.2 jar Apache-2.0
org.apache.logging.log4j log4j-jul 2.25.2 jar Apache-2.0
org.eclipse.jdt org.eclipse.jdt.annotation 2.4.100 jar EPL-2.0
org.fusesource.jansi jansi 2.4.2 jar Apache License, Version 2.0
org.junit.jupiter junit-jupiter 5.12.0 jar Eclipse Public License v2.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.damnhandy handy-uri-templates 2.1.8 jar The Apache Software License, Version 2.0
com.fasterxml.jackson.core jackson-annotations 2.20 jar The Apache Software License, Version 2.0
com.fasterxml.jackson.core jackson-core 2.20.1 jar The Apache Software License, Version 2.0
com.fasterxml.jackson.core jackson-databind 2.20.1 jar The Apache Software License, Version 2.0
com.fasterxml.woodstox woodstox-core 7.1.1 jar The Apache License, Version 2.0
com.github.ben-manes.caffeine caffeine 3.2.3 jar Apache License, Version 2.0
com.github.erosb everit-json-schema 1.14.6 jar Apache License, Version 2.0
com.github.seancfoley ipaddress 5.5.1 jar The Apache Software License, Version 2.0
com.google.code.findbugs jsr305 3.0.2 jar The Apache Software License, Version 2.0
com.google.errorprone error_prone_annotations 2.43.0 jar Apache 2.0
com.google.re2j re2j 1.8 jar Go License
com.vladsch.flexmark flexmark 0.64.8 jar BSD 2-Clause License
com.vladsch.flexmark flexmark-ext-emoji 0.64.8 jar BSD 2-Clause License
com.vladsch.flexmark flexmark-ext-escaped-character 0.64.8 jar BSD 2-Clause License
com.vladsch.flexmark flexmark-ext-gfm-strikethrough 0.64.8 jar BSD 2-Clause License
com.vladsch.flexmark flexmark-ext-ins 0.64.8 jar BSD 2-Clause License
com.vladsch.flexmark flexmark-ext-superscript 0.64.8 jar BSD 2-Clause License
com.vladsch.flexmark flexmark-ext-tables 0.64.8 jar BSD 2-Clause License
com.vladsch.flexmark flexmark-ext-typographic 0.64.8 jar BSD 2-Clause License
com.vladsch.flexmark flexmark-ext-wikilink 0.64.8 jar BSD 2-Clause License
com.vladsch.flexmark flexmark-html2md-converter 0.64.8 jar BSD 2-Clause License
com.vladsch.flexmark flexmark-jira-converter 0.64.8 jar BSD 2-Clause License
com.vladsch.flexmark flexmark-util 0.64.8 jar BSD 2-Clause License
com.vladsch.flexmark flexmark-util-ast 0.64.8 jar BSD 2-Clause License
com.vladsch.flexmark flexmark-util-builder 0.64.8 jar BSD 2-Clause License
com.vladsch.flexmark flexmark-util-collection 0.64.8 jar BSD 2-Clause License
com.vladsch.flexmark flexmark-util-data 0.64.8 jar BSD 2-Clause License
com.vladsch.flexmark flexmark-util-dependency 0.64.8 jar BSD 2-Clause License
com.vladsch.flexmark flexmark-util-format 0.64.8 jar BSD 2-Clause License
com.vladsch.flexmark flexmark-util-html 0.64.8 jar BSD 2-Clause License
com.vladsch.flexmark flexmark-util-misc 0.64.8 jar BSD 2-Clause License
com.vladsch.flexmark flexmark-util-options 0.64.8 jar BSD 2-Clause License
com.vladsch.flexmark flexmark-util-sequence 0.64.8 jar BSD 2-Clause License
com.vladsch.flexmark flexmark-util-visitor 0.64.8 jar BSD 2-Clause License
commons-codec commons-codec 1.20.0 jar Apache-2.0
commons-collections commons-collections 3.2.2 jar Apache License, Version 2.0
commons-digester commons-digester 2.1 jar The Apache Software License, Version 2.0
commons-logging commons-logging 1.3.2 jar Apache-2.0
commons-validator commons-validator 1.9.0 jar Apache-2.0
joda-time joda-time 2.10.2 jar Apache 2
org.antlr antlr4-runtime 4.13.2 jar BSD-3-Clause
org.apache.commons commons-lang3 3.20.0 jar Apache-2.0
org.apache.commons commons-text 1.13.1 jar Apache-2.0
org.apache.logging.log4j log4j-api 2.25.2 jar Apache-2.0
org.apiguardian apiguardian-api 1.1.2 jar The Apache License, Version 2.0
org.codehaus.woodstox stax2-api 4.2.2 jar The BSD 2-Clause License
org.jetbrains annotations 24.0.1 jar The Apache Software License, Version 2.0
org.json json 20250517 jar Public Domain
org.jsoup jsoup 1.15.4 jar The MIT License
org.jspecify jspecify 1.0.0 jar The Apache License, Version 2.0
org.junit.jupiter junit-jupiter-api 5.12.0 jar Eclipse Public License v2.0
org.junit.jupiter junit-jupiter-params 5.12.0 jar Eclipse Public License v2.0
org.junit.platform junit-platform-commons 1.12.0 jar Eclipse Public License v2.0
org.opentest4j opentest4j 1.3.0 jar The 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.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

Project Dependency Graph

Dependency Tree

Licenses

The Apache License, Version 2.0: JSpecify annotations, Woodstox, org.apiguardian:apiguardian-api, org.opentest4j:opentest4j

Apache 2.0: error-prone annotations

BSD-3-Clause: ANTLR 4 Runtime

The BSD 2-Clause License: Stax2 API

Eclipse Public License v2.0: JUnit Jupiter (Aggregator), JUnit Jupiter API, JUnit Jupiter Engine, JUnit Jupiter Params, JUnit Platform Commons, JUnit Platform Engine API

Public Domain: JSON in Java

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

The MIT License: jsoup Java HTML Parser

Apache License, Version 2.0: Apache Commons Collections, Caffeine cache, Jansi, Lazy4J, everit-json-schema

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

CC0-1.0: Metaschema CLI Framework, Metaschema Core API

EPL-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, JetBrains Java Annotations, jackson-databind

Dependency File Details

Filename Size Entries Classes Packages Java Version Debug Information
handy-uri-templates-2.1.8.jar 46.3 kB 39 25 3 1.7 Yes
jackson-annotations-2.20.jar 79.2 kB 87 74 2 1.8 Yes
jackson-core-2.20.1.jar 593.2 kB 286 - - - -
   • Root - 250 213 16 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
jackson-databind-2.20.1.jar 1.7 MB 848 - - - -
   • Root - 846 808 23 1.8 Yes
   • Versioned - 2 1 1 9 No
woodstox-core-7.1.1.jar 1.6 MB 1091 942 78 1.8 Yes
caffeine-3.2.3.jar 1 MB 723 714 3 11 Yes
everit-json-schema-1.14.6.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.43.0.jar 20.4 kB 49 - - - -
   • Root - 42 29 2 1.8 Yes
   • Versioned - 7 1 1 9 No
re2j-1.8.jar 114.3 kB 52 47 1 1.6 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.11.0.jar 110.2 kB 73 - - - -
   • Root - 71 56 2 1.8 Yes
   • Versioned - 2 1 1 9 No
commons-codec-1.20.0.jar 401 kB 285 - - - -
   • Root - 283 135 7 1.8 Yes
   • Versioned - 2 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
metaschema-core-3.0.0.M1.jar 1.7 MB 1115 1041 44 11 Yes
joda-time-2.10.2.jar 642.7 kB 765 247 7 1.5 Yes
lazy4j-2.0.3.jar 25 kB 25 15 2 1.8 Yes
antlr4-runtime-4.13.2.jar 326.3 kB 232 215 7 1.8 Yes
commons-lang3-3.20.0.jar 713.9 kB 454 - - - -
   • Root - 452 421 18 1.8 Yes
   • Versioned - 2 1 1 9 No
commons-text-1.13.1.jar 259.1 kB 185 - - - -
   • Root - 184 164 8 1.8 Yes
   • Versioned - 1 1 1 9 No
log4j-api-2.25.2.jar 349.6 kB 251 - - - -
   • Root - 240 209 11 1.8 Yes
   • Versioned - 11 4 2 9 Yes
log4j-core-2.25.2.jar 2 MB 1380 - - - -
   • Root - 1364 1264 59 1.8 Yes
   • Versioned - 16 6 3 9 Yes
log4j-jul-2.25.2.jar 32 kB 31 16 2 1.8 Yes
apiguardian-api-1.1.2.jar 6.8 kB 9 3 2 1.6 Yes
stax2-api-4.2.2.jar 195.9 kB 146 125 12 1.6 Yes
org.eclipse.jdt.annotation-2.4.100.jar 33.4 kB 32 8 1 1.8 Yes
jansi-2.4.2.jar 256.5 kB 101 - - - -
   • Root - 99 45 3 1.8 Yes
   • Versioned - 2 1 1 9 No
annotations-24.0.1.jar 30.7 kB 70 - - - -
   • Root - 68 59 2 1.8 Yes
   • Versioned - 2 1 1 9 No
json-20250517.jar 82.7 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
Total Size Entries Classes Packages Java Version Debug Information
65 18 MB 12258 10194 488 11 62
compile: 63 compile: 17.5 MB compile: 11903 compile: 9883 compile: 469 11 compile: 60
runtime: 2 runtime: 547.3 kB runtime: 355 runtime: 311 runtime: 19 runtime: 2