License |
License |
---|---|
GroupId | GroupIdcom.github.fracpete |
ArtifactId | ArtifactIdjshell-scripting |
Last Version | Last Version0.1.1 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptionjshell-scripting
Allows scripting in Java via JShell.
|
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
jshell-scripting-0.1.1.pom | |
jshell-scripting-0.1.1.jar | 15 KB |
jshell-scripting-0.1.1-sources.jar | 7 KB |
jshell-scripting-0.1.1-javadoc.jar | 395 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.fracpete/jshell-scripting/ -->
<dependency>
<groupId>com.github.fracpete</groupId>
<artifactId>jshell-scripting</artifactId>
<version>0.1.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.fracpete/jshell-scripting/
implementation 'com.github.fracpete:jshell-scripting:0.1.1'
// https://jarcasting.com/artifacts/com.github.fracpete/jshell-scripting/
implementation ("com.github.fracpete:jshell-scripting:0.1.1")
'com.github.fracpete:jshell-scripting:jar:0.1.1'
<dependency org="com.github.fracpete" name="jshell-scripting" rev="0.1.1">
<artifact name="jshell-scripting" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.fracpete', module='jshell-scripting', version='0.1.1')
)
libraryDependencies += "com.github.fracpete" % "jshell-scripting" % "0.1.1"
[com.github.fracpete/jshell-scripting "0.1.1"]
Group / Artifact | Type | Version |
---|---|---|
com.github.waikato : fcms-widgets | jar | 0.0.21 |
com.github.fracpete : jfilechooser-bookmarks | jar | 0.1.8 |
com.github.fracpete : processoutput4j | jar | 0.0.9 |
com.fifesoft : rsyntaxtextarea | jar | 2.6.1 |
org.apache.commons : commons-lang3 | jar | 3.7 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.13.1 |