Download sbt-idea-1.5.1.jar file - Jar s

Jar examples for s:sbt-idea

Description

sbt-idea

You can download jar file sbt-idea 1.5.1 in this page.

License

BSD-style

Build File

You can use the following script to add sbt-idea-1.5.1.jar to your project.

<dependency>
   <groupId>com.github.mpeltonen</groupId>
   <artifactId>sbt-idea</artifactId>
   <version>1.5.1</version>
</dependency>
compile group: 'com.github.mpeltonen', name: 'sbt-idea', version: '1.5.1'
libraryDependencies += "com.github.mpeltonen" % "sbt-idea" % "1.5.1"
<dependency org="com.github.mpeltonen" name="sbt-idea" rev="1.5.1"/>
@Grapes(@Grab(group='com.github.mpeltonen', module='sbt-idea', version='1.5.1'))
'com.github.mpeltonen:sbt-idea:jar:1.5.1'

Download

Click the following link to download the jar file.

sbt-idea-1.5.1.jar
sbt-idea-1.5.1-javadoc.jar
sbt-idea-1.5.1.pom
sbt-idea-1.5.1-sources.jar



Related Tutorials