f

flexmark-formatter

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