An open API service indexing awesome lists of open source software.

https://github.com/xuwei-k/sbt-jshell

sbt jshell plugin
https://github.com/xuwei-k/sbt-jshell

java10 java9 jshell sbt sbt-plugin

Last synced: 12 months ago
JSON representation

sbt jshell plugin

Awesome Lists containing this project

README

          

# sbt jshell plugin

- [API Documentation](https://oss.sonatype.org/service/local/repositories/releases/archive/com/github/xuwei-k/sbt-jshell_2.12_1.0/0.1.5/sbt-jshell-0.1.5-javadoc.jar/!/sbtjshell/index.html)

### requirement
- Java 9 or higher

### setup

project/plugin.sbt

```scala
addSbtPlugin("com.github.xuwei-k" % "sbt-jshell" % "0.1.5")
```

build.sbt

```scala
enablePlugins(JShellPlugin)
```