Download scalamd-1.4.jar file - Jar s

Jar examples for s:scalamd

Description

Scala port of http://daringfireball.net/projects/markdown.

You can download jar file scalamd 1.4 in this page.

License

Apache License

Build File

You can use the following script to add scalamd-1.4.jar to your project.

<dependency>
   <groupId>org.fusesource.scalamd</groupId>
   <artifactId>scalamd</artifactId>
   <version>1.4</version>
</dependency>
compile group: 'org.fusesource.scalamd', name: 'scalamd', version: '1.4'
libraryDependencies += "org.fusesource.scalamd" % "scalamd" % "1.4"
<dependency org="org.fusesource.scalamd" name="scalamd" rev="1.4"/>
@Grapes(@Grab(group='org.fusesource.scalamd', module='scalamd', version='1.4'))
'org.fusesource.scalamd:scalamd:jar:1.4'

Download

Click the following link to download the jar file.

scalamd-1.4-javadoc.jar
scalamd-1.4-sources.jar
scalamd-1.4.jar
scalamd-1.4.pom



Related Tutorials