f

flexmark-formatter

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