41 implementation("org.apache.logging.log4j:log4j-slf4j-impl:${log4jVersion}") |
41 implementation("org.apache.logging.log4j:log4j-slf4j-impl:${log4jVersion}") |
42 implementation("com.vladsch.flexmark:flexmark:${flexmarkVersion}") |
42 implementation("com.vladsch.flexmark:flexmark:${flexmarkVersion}") |
43 implementation("com.vladsch.flexmark:flexmark-util-data:${flexmarkVersion}") |
43 implementation("com.vladsch.flexmark:flexmark-util-data:${flexmarkVersion}") |
44 implementation("com.vladsch.flexmark:flexmark-ext-tables:${flexmarkVersion}") |
44 implementation("com.vladsch.flexmark:flexmark-ext-tables:${flexmarkVersion}") |
45 implementation("com.vladsch.flexmark:flexmark-ext-gfm-strikethrough:${flexmarkVersion}") |
45 implementation("com.vladsch.flexmark:flexmark-ext-gfm-strikethrough:${flexmarkVersion}") |
|
46 implementation("io.github.java-diff-utils:java-diff-utils:4.5") |
46 } |
47 } |
47 } |
48 } |
48 } |
49 } |
49 } |
50 } |