f

flexmark-all

flexmark-java core and all extension modules and converters
Files download
File Operation
flexmark-all-0.64.8.jar download
flexmark-all-0.64.8.pom download
Apache Maven
<dependency>
  <groupId>com.vladsch.flexmark</groupId>
  <artifactId>flexmark-all</artifactId>
  <version>0.64.8</version>
</dependency>
Gradle Groovy
implementation 'com.vladsch.flexmark:flexmark-all:0.64.8'
Gradle Kotlin
implementation("com.vladsch.flexmark:flexmark-all:0.64.8")
Scala SBT
libraryDependencies += "com.vladsch.flexmark" % "flexmark-all" % "0.64.8"
Groovy Grape
@Grapes(
  @Grab(group='com.vladsch.flexmark', module='flexmark-all', version='0.64.8')
)
Apache Ivy
<dependency org="com.vladsch.flexmark" name="flexmark-all" rev="0.64.8" />
Leiningen
[com.vladsch.flexmark/flexmark-all "0.64.8"]
Apache Buildr
'com.vladsch.flexmark:flexmark-all:jar:0.64.8'
Dependencies
<parent>
  <groupId>com.vladsch.flexmark</groupId>
  <artifactId>flexmark-java</artifactId>
  <version>0.64.8</version>
</parent>

compile

|-- com.vladsch.flexmark:flexmark

|-- com.vladsch.flexmark:flexmark-ext-abbreviation

|-- com.vladsch.flexmark:flexmark-ext-admonition

|-- com.vladsch.flexmark:flexmark-ext-anchorlink

|-- com.vladsch.flexmark:flexmark-ext-aside

|-- com.vladsch.flexmark:flexmark-ext-attributes

|-- com.vladsch.flexmark:flexmark-ext-autolink

|-- com.vladsch.flexmark:flexmark-ext-definition

|-- com.vladsch.flexmark:flexmark-ext-emoji

|-- com.vladsch.flexmark:flexmark-ext-enumerated-reference

|-- com.vladsch.flexmark:flexmark-ext-escaped-character

|-- com.vladsch.flexmark:flexmark-ext-footnotes

|-- com.vladsch.flexmark:flexmark-ext-gfm-issues

|-- com.vladsch.flexmark:flexmark-ext-gfm-strikethrough

|-- com.vladsch.flexmark:flexmark-ext-gfm-tasklist

|-- com.vladsch.flexmark:flexmark-ext-gfm-users

|-- com.vladsch.flexmark:flexmark-ext-gitlab

|-- com.vladsch.flexmark:flexmark-ext-jekyll-front-matter

|-- com.vladsch.flexmark:flexmark-ext-jekyll-tag

|-- com.vladsch.flexmark:flexmark-ext-media-tags

|-- com.vladsch.flexmark:flexmark-ext-resizable-image

|-- com.vladsch.flexmark:flexmark-ext-macros

|-- com.vladsch.flexmark:flexmark-ext-ins

|-- com.vladsch.flexmark:flexmark-ext-xwiki-macros

|-- com.vladsch.flexmark:flexmark-ext-superscript

|-- com.vladsch.flexmark:flexmark-ext-tables

|-- com.vladsch.flexmark:flexmark-ext-toc

|-- com.vladsch.flexmark:flexmark-ext-typographic

|-- com.vladsch.flexmark:flexmark-ext-wikilink

|-- com.vladsch.flexmark:flexmark-ext-yaml-front-matter

|-- com.vladsch.flexmark:flexmark-ext-youtube-embedded

|-- com.vladsch.flexmark:flexmark-html2md-converter

|-- com.vladsch.flexmark:flexmark-jira-converter

|-- com.vladsch.flexmark:flexmark-pdf-converter

|-- com.vladsch.flexmark:flexmark-profile-pegdown

|-- com.vladsch.flexmark:flexmark-util-ast

|-- com.vladsch.flexmark:flexmark-util-builder

|-- com.vladsch.flexmark:flexmark-util-collection

|-- com.vladsch.flexmark:flexmark-util-data

|-- com.vladsch.flexmark:flexmark-util-dependency

|-- com.vladsch.flexmark:flexmark-util-format

|-- com.vladsch.flexmark:flexmark-util-html

|-- com.vladsch.flexmark:flexmark-util-misc

|-- com.vladsch.flexmark:flexmark-util-options

|-- com.vladsch.flexmark:flexmark-util-sequence

|-- com.vladsch.flexmark:flexmark-util-visitor

|-- com.vladsch.flexmark:flexmark-youtrack-converter