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