f

flexmark-util-html

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