Categories |
CategoriesNet |
---|---|
GroupId | GroupIdnet.thevpc.nuts.toolbox |
ArtifactId | ArtifactIdnsh |
Version | Version0.8.1.0 |
Type | Typejar |
Filename | Size |
---|---|
nsh-0.8.1.0.pom | |
nsh-0.8.1.0.jar | 448 KB |
nsh-0.8.1.0-sources.jar | 265 KB |
nsh-0.8.1.0-javadoc.jar | 992 KB |
Browse |
<!-- https://jarcasting.com/artifacts/net.thevpc.nuts.toolbox/nsh/ -->
<dependency>
<groupId>net.thevpc.nuts.toolbox</groupId>
<artifactId>nsh</artifactId>
<version>0.8.1.0</version>
</dependency>
// https://jarcasting.com/artifacts/net.thevpc.nuts.toolbox/nsh/
implementation 'net.thevpc.nuts.toolbox:nsh:0.8.1.0'
// https://jarcasting.com/artifacts/net.thevpc.nuts.toolbox/nsh/
implementation ("net.thevpc.nuts.toolbox:nsh:0.8.1.0")
'net.thevpc.nuts.toolbox:nsh:jar:0.8.1.0'
<dependency org="net.thevpc.nuts.toolbox" name="nsh" rev="0.8.1.0">
<artifact name="nsh" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.thevpc.nuts.toolbox', module='nsh', version='0.8.1.0')
)
libraryDependencies += "net.thevpc.nuts.toolbox" % "nsh" % "0.8.1.0"
[net.thevpc.nuts.toolbox/nsh "0.8.1.0"]