License |
License |
---|---|
GroupId | GroupIdcom.github.stefanofornari |
ArtifactId | ArtifactIdbsh-console |
Version | Version1.3.0 |
Type | Typejar |
Description |
DescriptionBshConsole
A BeanShell console with history, autocompletion and more...
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
bsh-console-1.3.0.pom | |
bsh-console-1.3.0.tar.gz | 2 MB |
bsh-console-1.3.0-sources.jar | 36 KB |
bsh-console-1.3.0-javadoc.jar | 437 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.stefanofornari/bsh-console/ -->
<dependency>
<groupId>com.github.stefanofornari</groupId>
<artifactId>bsh-console</artifactId>
<version>1.3.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.stefanofornari/bsh-console/
implementation 'com.github.stefanofornari:bsh-console:1.3.0'
// https://jarcasting.com/artifacts/com.github.stefanofornari/bsh-console/
implementation ("com.github.stefanofornari:bsh-console:1.3.0")
'com.github.stefanofornari:bsh-console:jar:1.3.0'
<dependency org="com.github.stefanofornari" name="bsh-console" rev="1.3.0">
<artifact name="bsh-console" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.stefanofornari', module='bsh-console', version='1.3.0')
)
libraryDependencies += "com.github.stefanofornari" % "bsh-console" % "1.3.0"
[com.github.stefanofornari/bsh-console "1.3.0"]
Group / Artifact | Type | Version |
---|---|---|
org.jline : jline | jar | 3.9.0 |
org.apache-extras.beanshell : bsh | jar | 2.1.0-UNOFFICIAL-20180916 |
info.picocli : picocli | jar | 3.0.0 |
org.apache.commons : commons-lang3 | jar | 3.8.1 |
commons-io : commons-io | jar | 2.6 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.12 |
org.assertj : assertj-core | jar | 3.8.0 |
com.github.stefanofornari : xtest | jar | 2.1.0 |