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