build.gradle.kts

changeset 236
819c5178b6fe
parent 209
c9c6abf167c7
child 246
9a81a11be70e
equal deleted inserted replaced
235:4258b9e010ae 236:819c5178b6fe
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 }

mercurial