SwingConsole
A Java Swing interactive console with readline-esque support
Currently there is a JRuby console and a Java Embedded Python (JEP) console.
License |
License |
---|---|
Categories |
CategoriesRuby Languages |
GroupId | GroupIdcom.creemama.swingconsole |
ArtifactId | ArtifactIdswingconsole-jruby |
Last Version | Last Version9.2.10.0.0.0.1 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionJRuby SwingConsole
A Java Swing interactive console for JRuby with readline-esque support
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
<!-- https://jarcasting.com/artifacts/com.creemama.swingconsole/swingconsole-jruby/ -->
<dependency>
<groupId>com.creemama.swingconsole</groupId>
<artifactId>swingconsole-jruby</artifactId>
<version>9.2.10.0.0.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.creemama.swingconsole/swingconsole-jruby/
implementation 'com.creemama.swingconsole:swingconsole-jruby:9.2.10.0.0.0.1'
// https://jarcasting.com/artifacts/com.creemama.swingconsole/swingconsole-jruby/
implementation ("com.creemama.swingconsole:swingconsole-jruby:9.2.10.0.0.0.1")
'com.creemama.swingconsole:swingconsole-jruby:jar:9.2.10.0.0.0.1'
<dependency org="com.creemama.swingconsole" name="swingconsole-jruby" rev="9.2.10.0.0.0.1">
<artifact name="swingconsole-jruby" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.creemama.swingconsole', module='swingconsole-jruby', version='9.2.10.0.0.0.1')
)
libraryDependencies += "com.creemama.swingconsole" % "swingconsole-jruby" % "9.2.10.0.0.0.1"
[com.creemama.swingconsole/swingconsole-jruby "9.2.10.0.0.0.1"]
Group / Artifact | Type | Version |
---|---|---|
com.creemama.swingconsole : swingconsole | jar | 0.0.1 |
org.jruby : jruby-complete | jar | 9.2.10.0 |
A Java Swing interactive console with readline-esque support
Currently there is a JRuby console and a Java Embedded Python (JEP) console.