m

marked4j

marked(https://github.com/chjj/marked) for Java which is a markdown parser and compiler
https://github.com/making/marked4j
Apache License, Version 2.0
Toshiaki Maki
Files download
File Operation
marked4j-0.11.0.jar download
marked4j-0.11.0.pom download
marked4j-0.11.0-sources.jar download
Apache Maven
<dependency>
  <groupId>am.ik.marked4j</groupId>
  <artifactId>marked4j</artifactId>
  <version>0.11.0</version>
</dependency>
Gradle Groovy
implementation 'am.ik.marked4j:marked4j:0.11.0'
Gradle Kotlin
implementation("am.ik.marked4j:marked4j:0.11.0")
Scala SBT
libraryDependencies += "am.ik.marked4j" % "marked4j" % "0.11.0"
Groovy Grape
@Grapes(
  @Grab(group='am.ik.marked4j', module='marked4j', version='0.11.0')
)
Apache Ivy
<dependency org="am.ik.marked4j" name="marked4j" rev="0.11.0" />
Leiningen
[am.ik.marked4j/marked4j "0.11.0"]
Apache Buildr
'am.ik.marked4j:marked4j:jar:0.11.0'