is not current version
Last Version 0.8.3

net.thevpc.nuts:nuts 0.8.1

Nuts Package Manager Bootstrap

Categories

Categories

Net
GroupId

GroupId

net.thevpc.nuts
ArtifactId

ArtifactId

nuts
Version

Version

0.8.1
Type

Type

jar

Download nuts 0.8.1


<!-- https://jarcasting.com/artifacts/net.thevpc.nuts/nuts/ -->
<dependency>
    <groupId>net.thevpc.nuts</groupId>
    <artifactId>nuts</artifactId>
    <version>0.8.1</version>
</dependency>
// https://jarcasting.com/artifacts/net.thevpc.nuts/nuts/
implementation 'net.thevpc.nuts:nuts:0.8.1'
// https://jarcasting.com/artifacts/net.thevpc.nuts/nuts/
implementation ("net.thevpc.nuts:nuts:0.8.1")
'net.thevpc.nuts:nuts:jar:0.8.1'
<dependency org="net.thevpc.nuts" name="nuts" rev="0.8.1">
  <artifact name="nuts" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.thevpc.nuts', module='nuts', version='0.8.1')
)
libraryDependencies += "net.thevpc.nuts" % "nuts" % "0.8.1"
[net.thevpc.nuts/nuts "0.8.1"]