Download sbt-microsites-0.7.13.jar file - Jar s

Jar examples for s:sbt-microsites

Description

An sbt plugin to create awesome microsites for your project

You can download jar file sbt-microsites 0.7.13 in this page.

License

Apache License, Version 2.0

Build File

You can use the following script to add sbt-microsites-0.7.13.jar to your project.

<dependency>
   <groupId>com.47deg</groupId>
   <artifactId>sbt-microsites</artifactId>
   <version>0.7.13</version>
</dependency>
compile group: 'com.47deg', name: 'sbt-microsites', version: '0.7.13'
libraryDependencies += "com.47deg" % "sbt-microsites" % "0.7.13"
<dependency org="com.47deg" name="sbt-microsites" rev="0.7.13"/>
@Grapes(@Grab(group='com.47deg', module='sbt-microsites', version='0.7.13'))
'com.47deg:sbt-microsites:jar:0.7.13'

Download

Click the following link to download the jar file.

sbt-microsites-0.7.13-javadoc.jar
sbt-microsites-0.7.13-sources.jar
sbt-microsites-0.7.13.jar
sbt-microsites-0.7.13.pom



Related Tutorials