License |
License |
---|---|
Categories |
CategoriesNet |
GroupId | GroupIdnet.thevpc.nuts.toolbox |
ArtifactId | ArtifactIdnsh |
Last Version | Last Version0.8.3.1 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionNuts Community Shell
Nuts bash shell companion
|
Project URL |
Project URL |
Project Organization |
Project Organization |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
nsh-0.8.3.1.pom | |
nsh-0.8.3.1.jar | 234 KB |
nsh-0.8.3.1-sources.jar | 134 KB |
nsh-0.8.3.1-javadoc.jar | 421 KB |
Browse |
<!-- https://jarcasting.com/artifacts/net.thevpc.nuts.toolbox/nsh/ -->
<dependency>
<groupId>net.thevpc.nuts.toolbox</groupId>
<artifactId>nsh</artifactId>
<version>0.8.3.1</version>
</dependency>
// https://jarcasting.com/artifacts/net.thevpc.nuts.toolbox/nsh/
implementation 'net.thevpc.nuts.toolbox:nsh:0.8.3.1'
// https://jarcasting.com/artifacts/net.thevpc.nuts.toolbox/nsh/
implementation ("net.thevpc.nuts.toolbox:nsh:0.8.3.1")
'net.thevpc.nuts.toolbox:nsh:jar:0.8.3.1'
<dependency org="net.thevpc.nuts.toolbox" name="nsh" rev="0.8.3.1">
<artifact name="nsh" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.thevpc.nuts.toolbox', module='nsh', version='0.8.3.1')
)
libraryDependencies += "net.thevpc.nuts.toolbox" % "nsh" % "0.8.3.1"
[net.thevpc.nuts.toolbox/nsh "0.8.3.1"]
Group / Artifact | Type | Version |
---|---|---|
net.thevpc.nuts : nuts | jar | 0.8.3 |
net.thevpc.nuts.lib : nlib-ssh | jar | 0.8.3.0 |
Group / Artifact | Type | Version |
---|---|---|
org.junit.jupiter : junit-jupiter-api | jar | 5.5.0 |