| Categories |
CategoriesScala Languages |
|---|---|
| GroupId | GroupIdorg.scala-tools.sbt |
| ArtifactId | ArtifactIdcompiler-interface |
| Last Version | Last Version0.6.0 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
Description |
| Filename | Size |
|---|---|
| compiler-interface-0.6.0.pom | |
| compiler-interface-0.6.0.jar | 6 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/org.scala-tools.sbt/compiler-interface/ -->
<dependency>
<groupId>org.scala-tools.sbt</groupId>
<artifactId>compiler-interface</artifactId>
<version>0.6.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.scala-tools.sbt/compiler-interface/
implementation 'org.scala-tools.sbt:compiler-interface:0.6.0'
// https://jarcasting.com/artifacts/org.scala-tools.sbt/compiler-interface/
implementation ("org.scala-tools.sbt:compiler-interface:0.6.0")
'org.scala-tools.sbt:compiler-interface:jar:0.6.0'
<dependency org="org.scala-tools.sbt" name="compiler-interface" rev="0.6.0">
<artifact name="compiler-interface" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.scala-tools.sbt', module='compiler-interface', version='0.6.0')
)
libraryDependencies += "org.scala-tools.sbt" % "compiler-interface" % "0.6.0"
[org.scala-tools.sbt/compiler-interface "0.6.0"]