is not current version
Last Version 0.1.1

com.github.fracpete:jshell-scripting 0.0.1

Allows scripting in Java via JShell.

GroupId

GroupId

com.github.fracpete
ArtifactId

ArtifactId

jshell-scripting
Version

Version

0.0.1
Type

Type

jar

Download jshell-scripting 0.0.1


<!-- https://jarcasting.com/artifacts/com.github.fracpete/jshell-scripting/ -->
<dependency>
    <groupId>com.github.fracpete</groupId>
    <artifactId>jshell-scripting</artifactId>
    <version>0.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.fracpete/jshell-scripting/
implementation 'com.github.fracpete:jshell-scripting:0.0.1'
// https://jarcasting.com/artifacts/com.github.fracpete/jshell-scripting/
implementation ("com.github.fracpete:jshell-scripting:0.0.1")
'com.github.fracpete:jshell-scripting:jar:0.0.1'
<dependency org="com.github.fracpete" name="jshell-scripting" rev="0.0.1">
  <artifact name="jshell-scripting" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.fracpete', module='jshell-scripting', version='0.0.1')
)
libraryDependencies += "com.github.fracpete" % "jshell-scripting" % "0.0.1"
[com.github.fracpete/jshell-scripting "0.0.1"]