p

pegdown

A pure-Java Markdown processor based on a parboiled PEG parser supporting a number of extensions
http://pegdown.org
Apache License 2.0
sirthias
Mathias
文件下载
文件名 操作
pegdown-1.0.0.jar 下载
pegdown-1.0.0.pom 下载
pegdown-1.0.0-sources.jar 下载
Apache Maven
<dependency>
  <groupId>org.daisy.libs</groupId>
  <artifactId>pegdown</artifactId>
  <version>1.0.0</version>
  <type>bundle</type>
</dependency>
Gradle Groovy
implementation 'org.daisy.libs:pegdown:1.0.0'
Gradle Kotlin
implementation("org.daisy.libs:pegdown:1.0.0")
Scala SBT
libraryDependencies += "org.daisy.libs" % "pegdown" % "1.0.0"
Groovy Grape
@Grapes(
  @Grab(group='org.daisy.libs', module='pegdown', version='1.0.0')
)
Apache Ivy
<dependency org="org.daisy.libs" name="pegdown" rev="1.0.0" />
Leiningen
[org.daisy.libs/pegdown "1.0.0"]
Apache Buildr
'org.daisy.libs:pegdown:jar:1.0.0'