| License | 
                License | 
        
|---|---|
| Categories | 
                CategoriesScala Languages | 
        
| GroupId | GroupIdch.epfl.scala | 
    
| ArtifactId | ArtifactIdscripted-sbt_2.12 | 
    
| Version | Version1.1.0-sourcedeps | 
        
| Type | Typejar | 
    
| Description | 
            DescriptionScripted sbt 
            sbt is an interactive build tool 
         | 
    
| Project URL | 
                    Project URL | 
            
| Project Organization | 
                    Project Organization | 
            
| Source Code Management | 
                    Source Code Management | 
            
<!-- https://jarcasting.com/artifacts/ch.epfl.scala/scripted-sbt_2.12/ -->
<dependency>
    <groupId>ch.epfl.scala</groupId>
    <artifactId>scripted-sbt_2.12</artifactId>
    <version>1.1.0-sourcedeps</version>
</dependency>
                // https://jarcasting.com/artifacts/ch.epfl.scala/scripted-sbt_2.12/
implementation 'ch.epfl.scala:scripted-sbt_2.12:1.1.0-sourcedeps'
                // https://jarcasting.com/artifacts/ch.epfl.scala/scripted-sbt_2.12/
implementation ("ch.epfl.scala:scripted-sbt_2.12:1.1.0-sourcedeps")
                'ch.epfl.scala:scripted-sbt_2.12:jar:1.1.0-sourcedeps'
                <dependency org="ch.epfl.scala" name="scripted-sbt_2.12" rev="1.1.0-sourcedeps">
  <artifact name="scripted-sbt_2.12" type="jar" />
</dependency>
                @Grapes(
@Grab(group='ch.epfl.scala', module='scripted-sbt_2.12', version='1.1.0-sourcedeps')
)
                libraryDependencies += "ch.epfl.scala" % "scripted-sbt_2.12" % "1.1.0-sourcedeps"
                [ch.epfl.scala/scripted-sbt_2.12 "1.1.0-sourcedeps"]
                | Group / Artifact | Type | Version | 
|---|---|---|
| org.scala-lang : scala-library | jar | 2.12.4 | 
| ch.epfl.scala : command_2.12 | jar | 1.1.0-sourcedeps | 
| org.scala-sbt : io_2.12 | jar | 1.1.3 | 
| org.scala-sbt : util-logging_2.12 | jar | 1.1.2 | 
| org.scala-sbt : compiler-interface | jar | 1.1.0 | 
| org.scala-sbt : util-scripted_2.12 | jar | 1.1.2 | 
| org.scala-sbt : librarymanagement-core_2.12 | jar | 1.1.2 | 
| Group / Artifact | Type | Version | 
|---|---|---|
| org.scala-sbt : launcher-interface | jar | 1.0.2 |