Download sbt-microsites-0.5.3.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.5.3 in this page.

License

Apache License, Version 2.0

Build File

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

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

Download

Click the following link to download the jar file.

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



Related Tutorials