Jar examples for p:pegdown
A pure-Java Markdown processor based on a parboiled PEG parser supporting a number of extensions
You can download jar file pegdown 1.0.0 in this page.
Apache License 2.0
You can use the following script to add pegdown-1.0.0.jar to your project.
<dependency> <groupId>org.daisy.libs</groupId> <artifactId>pegdown</artifactId> <version>1.0.0</version> </dependency>
compile group: 'org.daisy.libs', name: 'pegdown', version: '1.0.0'
libraryDependencies += "org.daisy.libs" % "pegdown" % "1.0.0"
<dependency org="org.daisy.libs" name="pegdown" rev="1.0.0"/>
@Grapes(@Grab(group='org.daisy.libs', module='pegdown', version='1.0.0'))
'org.daisy.libs:pegdown:jar:1.0.0'
Click the following link to download the jar file.
pegdown-1.0.0-javadoc.jar