Download compiler-interface-0.12.1.jar file - Jar c

Jar examples for c:compiler-interface

Description

Incremental compiler of Scala

You can download jar file compiler-interface 0.12.1 in this page.

License

BSD-style

Build File

You can use the following script to add compiler-interface-0.12.1.jar to your project.

<dependency>
   <groupId>com.typesafe.sbt</groupId>
   <artifactId>compiler-interface</artifactId>
   <version>0.12.1</version>
</dependency>
compile group: 'com.typesafe.sbt', name: 'compiler-interface', version: '0.12.1'
libraryDependencies += "com.typesafe.sbt" % "compiler-interface" % "0.12.1"
<dependency org="com.typesafe.sbt" name="compiler-interface" rev="0.12.1"/>
@Grapes(@Grab(group='com.typesafe.sbt', module='compiler-interface', version='0.12.1'))
'com.typesafe.sbt:compiler-interface:jar:0.12.1'

Download

Click the following link to download the jar file.

compiler-interface-0.12.1-javadoc.jar
compiler-interface-0.12.1-sources.jar
compiler-interface-0.12.1.pom



Related Tutorials