License |
License |
---|---|
GroupId | GroupIdcom.github.rjolly |
ArtifactId | ArtifactIdjshellscriptengine |
Last Version | Last Version1.0 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptionjshellscriptengine
A JSR-223 ScriptEngine for Java that allows execution of Java snippets via the JShell repl in Java 9.
|
Project URL |
Project URL |
Project Organization |
Project Organizationcom.github.dmac100 |
Filename | Size |
---|---|
jshellscriptengine-1.0.pom | |
jshellscriptengine-1.0.jar | 14 KB |
jshellscriptengine-1.0-sources.jar | 11 KB |
jshellscriptengine-1.0-javadoc.jar | 382 KB |
Browse |
<!-- 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"]