Registry / build-tool / launcher-interface

launcher-interface

JSON →
library1.6.1javamavenunverified

Provides interfaces for launching projects using the sbt launcher.

<dependency> <groupId>org.scala-sbt</groupId> <artifactId>launcher-interface</artifactId> <version>1.6.1</version> </dependency>
INSTALL
IMPORT
SIG · LAUNCHER-INTERFACE
L
launcher-interface
build-tooljavav1.6.1
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

AppConfiguration
xsbti.AppConfiguration

Implement a launcher that uses AppConfiguration to access launch arguments.

import xsbti.AppConfiguration; public class MyLauncher { public void launch(AppConfiguration config) { System.out.println(config.arguments()); } }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
1.6.1latest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
20 hits · last 30 days
node
16
Amazon
1
OpenAI (training)
1
Resources
launcher-interface — mvn dependency:get launcher-interface · libregistry