| GroupId | GroupIdcom.typesafe.sbt |
|---|---|
| ArtifactId | ArtifactIdincremental-compiler |
| Version | Version0.13.1-RC5 |
| Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.typesafe.sbt/incremental-compiler/ -->
<dependency>
<groupId>com.typesafe.sbt</groupId>
<artifactId>incremental-compiler</artifactId>
<version>0.13.1-RC5</version>
</dependency>
// https://jarcasting.com/artifacts/com.typesafe.sbt/incremental-compiler/
implementation 'com.typesafe.sbt:incremental-compiler:0.13.1-RC5'
// https://jarcasting.com/artifacts/com.typesafe.sbt/incremental-compiler/
implementation ("com.typesafe.sbt:incremental-compiler:0.13.1-RC5")
'com.typesafe.sbt:incremental-compiler:jar:0.13.1-RC5'
<dependency org="com.typesafe.sbt" name="incremental-compiler" rev="0.13.1-RC5">
<artifact name="incremental-compiler" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.typesafe.sbt', module='incremental-compiler', version='0.13.1-RC5')
)
libraryDependencies += "com.typesafe.sbt" % "incremental-compiler" % "0.13.1-RC5"
[com.typesafe.sbt/incremental-compiler "0.13.1-RC5"]