Download scalamd-1.5.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.5 in this page.

License

Apache License

Build File

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

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

Download

Click the following link to download the jar file.

scalamd-1.5-javadoc.jar
scalamd-1.5-sources.jar
scalamd-1.5.jar
scalamd-1.5.pom



Related Tutorials