License |
License |
---|---|
Categories |
CategoriesNet |
GroupId | GroupIdnet.thevpc.nuts |
ArtifactId | ArtifactIdnuts |
Last Version | Last Version0.8.3 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionNuts Community Package Manager
Nuts Package Manager Bootstrap
|
Project URL |
Project URL |
Project Organization |
Project Organization |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
nuts-0.8.3.pom | |
nuts-0.8.3.jar | 348 KB |
nuts-0.8.3-sources.jar | 483 KB |
nuts-0.8.3-javadoc.jar | 1 MB |
Browse |
<!-- https://jarcasting.com/artifacts/net.thevpc.nuts/nuts/ -->
<dependency>
<groupId>net.thevpc.nuts</groupId>
<artifactId>nuts</artifactId>
<version>0.8.3</version>
</dependency>
// https://jarcasting.com/artifacts/net.thevpc.nuts/nuts/
implementation 'net.thevpc.nuts:nuts:0.8.3'
// https://jarcasting.com/artifacts/net.thevpc.nuts/nuts/
implementation ("net.thevpc.nuts:nuts:0.8.3")
'net.thevpc.nuts:nuts:jar:0.8.3'
<dependency org="net.thevpc.nuts" name="nuts" rev="0.8.3">
<artifact name="nuts" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.thevpc.nuts', module='nuts', version='0.8.3')
)
libraryDependencies += "net.thevpc.nuts" % "nuts" % "0.8.3"
[net.thevpc.nuts/nuts "0.8.3"]