| License | License | 
|---|---|
| Categories | CategoriesScala Languages | 
| GroupId | GroupIdorg.scala-sbt | 
| ArtifactId | ArtifactIdscripted-plugin_2.12 | 
| Version | Version1.7.0-M2-6810fix | 
| Type | Typejar | 
| Description | DescriptionScripted Plugin sbt is an interactive build tool | 
| Project URL | Project URL | 
| Project Organization | Project Organization | 
| Source Code Management | Source Code Management | 
<!-- https://jarcasting.com/artifacts/org.scala-sbt/scripted-plugin_2.12/ -->
<dependency>
    <groupId>org.scala-sbt</groupId>
    <artifactId>scripted-plugin_2.12</artifactId>
    <version>1.7.0-M2-6810fix</version>
</dependency>// https://jarcasting.com/artifacts/org.scala-sbt/scripted-plugin_2.12/
implementation 'org.scala-sbt:scripted-plugin_2.12:1.7.0-M2-6810fix'// https://jarcasting.com/artifacts/org.scala-sbt/scripted-plugin_2.12/
implementation ("org.scala-sbt:scripted-plugin_2.12:1.7.0-M2-6810fix")'org.scala-sbt:scripted-plugin_2.12:jar:1.7.0-M2-6810fix'<dependency org="org.scala-sbt" name="scripted-plugin_2.12" rev="1.7.0-M2-6810fix">
  <artifact name="scripted-plugin_2.12" type="jar" />
</dependency>@Grapes(
@Grab(group='org.scala-sbt', module='scripted-plugin_2.12', version='1.7.0-M2-6810fix')
)libraryDependencies += "org.scala-sbt" % "scripted-plugin_2.12" % "1.7.0-M2-6810fix"[org.scala-sbt/scripted-plugin_2.12 "1.7.0-M2-6810fix"]| Group / Artifact | Type | Version | 
|---|---|---|
| org.scala-lang : scala-library | jar | 2.12.15 |