is not current version
Last Version 0.13.15

com.typesafe.sbt:incremental-compiler 0.12.0-RC1

incremental-compiler

GroupId

GroupId

com.typesafe.sbt
ArtifactId

ArtifactId

incremental-compiler
Version

Version

0.12.0-RC1
Type

Type

jar

Download incremental-compiler 0.12.0-RC1


<!-- https://jarcasting.com/artifacts/com.typesafe.sbt/incremental-compiler/ -->
<dependency>
    <groupId>com.typesafe.sbt</groupId>
    <artifactId>incremental-compiler</artifactId>
    <version>0.12.0-RC1</version>
</dependency>
// https://jarcasting.com/artifacts/com.typesafe.sbt/incremental-compiler/
implementation 'com.typesafe.sbt:incremental-compiler:0.12.0-RC1'
// https://jarcasting.com/artifacts/com.typesafe.sbt/incremental-compiler/
implementation ("com.typesafe.sbt:incremental-compiler:0.12.0-RC1")
'com.typesafe.sbt:incremental-compiler:jar:0.12.0-RC1'
<dependency org="com.typesafe.sbt" name="incremental-compiler" rev="0.12.0-RC1">
  <artifact name="incremental-compiler" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.typesafe.sbt', module='incremental-compiler', version='0.12.0-RC1')
)
libraryDependencies += "com.typesafe.sbt" % "incremental-compiler" % "0.12.0-RC1"
[com.typesafe.sbt/incremental-compiler "0.12.0-RC1"]