f

flexmark-pdf-converter

flexmark-java extension for markdown to pdf conversion
Files download
File Operation
flexmark-pdf-converter-0.61.24.jar download
flexmark-pdf-converter-0.61.24.pom download
flexmark-pdf-converter-0.61.24-sources.jar download
Apache Maven
<dependency>
  <groupId>com.vladsch.flexmark</groupId>
  <artifactId>flexmark-pdf-converter</artifactId>
  <version>0.61.24</version>
</dependency>
Gradle Groovy
implementation 'com.vladsch.flexmark:flexmark-pdf-converter:0.61.24'
Gradle Kotlin
implementation("com.vladsch.flexmark:flexmark-pdf-converter:0.61.24")
Scala SBT
libraryDependencies += "com.vladsch.flexmark" % "flexmark-pdf-converter" % "0.61.24"
Groovy Grape
@Grapes(
  @Grab(group='com.vladsch.flexmark', module='flexmark-pdf-converter', version='0.61.24')
)
Apache Ivy
<dependency org="com.vladsch.flexmark" name="flexmark-pdf-converter" rev="0.61.24" />
Leiningen
[com.vladsch.flexmark/flexmark-pdf-converter "0.61.24"]
Apache Buildr
'com.vladsch.flexmark:flexmark-pdf-converter:jar:0.61.24'