Files download
File Operation
html-3.1.0.pom download
html-3.1.0-sources.jar download
Apache Maven
<dependency>
  <groupId>ru.noties.markwon</groupId>
  <artifactId>html</artifactId>
  <version>3.1.0</version>
  <type>aar</type>
</dependency>
Gradle Groovy
implementation 'ru.noties.markwon:html:3.1.0'
Gradle Kotlin
implementation("ru.noties.markwon:html:3.1.0")
Scala SBT
libraryDependencies += "ru.noties.markwon" % "html" % "3.1.0"
Groovy Grape
@Grapes(
  @Grab(group='ru.noties.markwon', module='html', version='3.1.0')
)
Apache Ivy
<dependency org="ru.noties.markwon" name="html" rev="3.1.0" />
Leiningen
[ru.noties.markwon/html "3.1.0"]
Apache Buildr
'ru.noties.markwon:html:jar:3.1.0'