j

jshell-scripting

Allows scripting in Java via JShell.
GNU General Public License 3
Peter Reutemann
Files download
File Operation
jshell-scripting-0.1.2.jar download
jshell-scripting-0.1.2.pom download
jshell-scripting-0.1.2-sources.jar download
Apache Maven
<dependency>
  <groupId>com.github.fracpete</groupId>
  <artifactId>jshell-scripting</artifactId>
  <version>0.1.2</version>
</dependency>
Gradle Groovy
implementation 'com.github.fracpete:jshell-scripting:0.1.2'
Gradle Kotlin
implementation("com.github.fracpete:jshell-scripting:0.1.2")
Scala SBT
libraryDependencies += "com.github.fracpete" % "jshell-scripting" % "0.1.2"
Groovy Grape
@Grapes(
  @Grab(group='com.github.fracpete', module='jshell-scripting', version='0.1.2')
)
Apache Ivy
<dependency org="com.github.fracpete" name="jshell-scripting" rev="0.1.2" />
Leiningen
[com.github.fracpete/jshell-scripting "0.1.2"]
Apache Buildr
'com.github.fracpete:jshell-scripting:jar:0.1.2'