Categories |
CategoriesScala Languages |
---|---|
GroupId | GroupIdorg.scala-tools |
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/compiler-interface/ -->
<dependency>
<groupId>org.scala-tools</groupId>
<artifactId>compiler-interface</artifactId>
<version>0.6.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.scala-tools/compiler-interface/
implementation 'org.scala-tools:compiler-interface:0.6.0'
// https://jarcasting.com/artifacts/org.scala-tools/compiler-interface/
implementation ("org.scala-tools:compiler-interface:0.6.0")
'org.scala-tools:compiler-interface:jar:0.6.0'
<dependency org="org.scala-tools" name="compiler-interface" rev="0.6.0">
<artifact name="compiler-interface" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.scala-tools', module='compiler-interface', version='0.6.0')
)
libraryDependencies += "org.scala-tools" % "compiler-interface" % "0.6.0"
[org.scala-tools/compiler-interface "0.6.0"]