Last Version

jshellscriptengine 1.0

A JSR-223 ScriptEngine for Java that allows execution of Java snippets via the JShell repl in Java 9.

License

License

GroupId

GroupId

com.github.rjolly
ArtifactId

ArtifactId

jshellscriptengine
Version

Version

1.0
Type

Type

jar
Description

Description

jshellscriptengine
A JSR-223 ScriptEngine for Java that allows execution of Java snippets via the JShell repl in Java 9.
Project URL

Project URL

http://github.com/dmac100/JShellScriptEngine/
Project Organization

Project Organization

com.github.dmac100

Download jshellscriptengine 1.0


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

Dependencies

There are no dependencies for this project. It is a standalone project that does not depend on any other jars.

Project Modules

There are no modules declared in this project.