License |
License |
---|---|
Categories |
CategoriesNet |
GroupId | GroupIdnet.thevpc |
ArtifactId | ArtifactIdjshell |
Version | Version0.8.0 |
Type | Typejar |
Description |
Descriptionnet.thevpc.jshell
Java Bash compatible shell parser
|
Project URL |
Project URL |
Project Organization |
Project Organization |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
jshell-0.8.0.pom | |
jshell-0.8.0.jar | 157 KB |
jshell-0.8.0-sources.jar | 119 KB |
jshell-0.8.0-javadoc.jar | 576 KB |
Browse |
<!-- https://jarcasting.com/artifacts/net.thevpc/jshell/ -->
<dependency>
<groupId>net.thevpc</groupId>
<artifactId>jshell</artifactId>
<version>0.8.0</version>
</dependency>
// https://jarcasting.com/artifacts/net.thevpc/jshell/
implementation 'net.thevpc:jshell:0.8.0'
// https://jarcasting.com/artifacts/net.thevpc/jshell/
implementation ("net.thevpc:jshell:0.8.0")
'net.thevpc:jshell:jar:0.8.0'
<dependency org="net.thevpc" name="jshell" rev="0.8.0">
<artifact name="jshell" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.thevpc', module='jshell', version='0.8.0')
)
libraryDependencies += "net.thevpc" % "jshell" % "0.8.0"
[net.thevpc/jshell "0.8.0"]
Group / Artifact | Type | Version |
---|---|---|
org.junit.jupiter : junit-jupiter-api | jar | 5.5.0 |