Download markedj-1.0.9.jar file - Jar m

Jar examples for m:markedj

Description

JVM port of graceful markdown processor marked.js

You can download jar file markedj 1.0.9 in this page.

License

The Apache Software License, Version 2.0

Build File

You can use the following script to add markedj-1.0.9.jar to your project.

<dependency>
   <groupId>io.github.gitbucket</groupId>
   <artifactId>markedj</artifactId>
   <version>1.0.9</version>
</dependency>
compile group: 'io.github.gitbucket', name: 'markedj', version: '1.0.9'
libraryDependencies += "io.github.gitbucket" % "markedj" % "1.0.9"
<dependency org="io.github.gitbucket" name="markedj" rev="1.0.9"/>
@Grapes(@Grab(group='io.github.gitbucket', module='markedj', version='1.0.9'))
'io.github.gitbucket:markedj:jar:1.0.9'

Download

Click the following link to download the jar file.

markedj-1.0.9-javadoc.jar
markedj-1.0.9-sources.jar
markedj-1.0.9.jar
markedj-1.0.9.pom



Related Tutorials