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

Jar examples for s:sbt-idea

Description

sbt-idea

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

License

BSD-style

Build File

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

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

Download

Click the following link to download the jar file.

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



Related Tutorials