GroupId | GroupIdcom.typesafe.sbt |
---|---|
ArtifactId | ArtifactIdincremental-compiler |
Version | Version0.13.5 |
Type | Typejar |
Filename | Size |
---|---|
incremental-compiler-0.13.5.pom | |
incremental-compiler-0.13.5.jar | 2 MB |
incremental-compiler-0.13.5-sources.jar | 265 KB |
incremental-compiler-0.13.5-javadoc.jar | 189 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/com.typesafe.sbt/incremental-compiler/ -->
<dependency>
<groupId>com.typesafe.sbt</groupId>
<artifactId>incremental-compiler</artifactId>
<version>0.13.5</version>
</dependency>
// https://jarcasting.com/artifacts/com.typesafe.sbt/incremental-compiler/
implementation 'com.typesafe.sbt:incremental-compiler:0.13.5'
// https://jarcasting.com/artifacts/com.typesafe.sbt/incremental-compiler/
implementation ("com.typesafe.sbt:incremental-compiler:0.13.5")
'com.typesafe.sbt:incremental-compiler:jar:0.13.5'
<dependency org="com.typesafe.sbt" name="incremental-compiler" rev="0.13.5">
<artifact name="incremental-compiler" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.typesafe.sbt', module='incremental-compiler', version='0.13.5')
)
libraryDependencies += "com.typesafe.sbt" % "incremental-compiler" % "0.13.5"
[com.typesafe.sbt/incremental-compiler "0.13.5"]