| License |
License |
|---|---|
| Categories |
CategoriesPDF Data |
| GroupId | GroupIdcom.github.woojiahao |
| ArtifactId | ArtifactIdkMD2PDF |
| Last Version | Last Version0.2.3 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
DescriptionkMD2PDF
Simple and highly customizable markdown to PDF conversion library
|
| Project URL |
Project URL |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| kMD2PDF-0.2.3.pom | |
| kMD2PDF-0.2.3.jar | 271 KB |
| kMD2PDF-0.2.3-sources.jar | 44 KB |
| kMD2PDF-0.2.3-javadoc.jar | 340 KB |
| kMD2PDF-0.2.3-jar-with-dependencies.jar | 19 MB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.github.woojiahao/kMD2PDF/ -->
<dependency>
<groupId>com.github.woojiahao</groupId>
<artifactId>kMD2PDF</artifactId>
<version>0.2.3</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.woojiahao/kMD2PDF/
implementation 'com.github.woojiahao:kMD2PDF:0.2.3'
// https://jarcasting.com/artifacts/com.github.woojiahao/kMD2PDF/
implementation ("com.github.woojiahao:kMD2PDF:0.2.3")
'com.github.woojiahao:kMD2PDF:jar:0.2.3'
<dependency org="com.github.woojiahao" name="kMD2PDF" rev="0.2.3">
<artifact name="kMD2PDF" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.woojiahao', module='kMD2PDF', version='0.2.3')
)
libraryDependencies += "com.github.woojiahao" % "kMD2PDF" % "0.2.3"
[com.github.woojiahao/kMD2PDF "0.2.3"]
| Group / Artifact | Type | Version |
|---|---|---|
| org.jetbrains.kotlin : kotlin-stdlib | jar | 1.3.50 |
| org.jetbrains.kotlinx : kotlinx-html-jvm | jar | 0.6.12 |
| org.apache.commons : commons-lang3 | jar | 3.9 |
| commons-io : commons-io | jar | 2.6 |
| com.vladsch.flexmark : flexmark-all | jar | 0.50.40 |
| org.xhtmlrenderer : flying-saucer-core | jar | 9.1.18 |
| org.xhtmlrenderer : flying-saucer-pdf | jar | 9.1.18 |
| com.github.kittinunf.result : result | jar | 2.1.0 |
| Group / Artifact | Type | Version |
|---|---|---|
| org.jetbrains.kotlin : kotlin-test-junit | jar | 1.3.50 |
| junit : junit | jar | 4.12 |