f

flexmark-formatter

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