Download sbt-microsites-0.6.1.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.6.1 in this page.

License

Apache License, Version 2.0

Build File

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

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

Download

Click the following link to download the jar file.

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



Related Tutorials