License |
License |
---|---|
Categories |
CategoriesNet |
GroupId | GroupIdnet.thevpc.nuts |
ArtifactId | ArtifactIdnuts |
Version | Version0.8.2 |
Type | Typejar |
Description |
DescriptionNuts 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.2.pom | |
nuts-0.8.2.jar | 489 KB |
nuts-0.8.2-sources.jar | 574 KB |
nuts-0.8.2-javadoc.jar | 2 MB |
Browse |
<!-- https://jarcasting.com/artifacts/net.thevpc.nuts/nuts/ -->
<dependency>
<groupId>net.thevpc.nuts</groupId>
<artifactId>nuts</artifactId>
<version>0.8.2</version>
</dependency>
// https://jarcasting.com/artifacts/net.thevpc.nuts/nuts/
implementation 'net.thevpc.nuts:nuts:0.8.2'
// https://jarcasting.com/artifacts/net.thevpc.nuts/nuts/
implementation ("net.thevpc.nuts:nuts:0.8.2")
'net.thevpc.nuts:nuts:jar:0.8.2'
<dependency org="net.thevpc.nuts" name="nuts" rev="0.8.2">
<artifact name="nuts" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.thevpc.nuts', module='nuts', version='0.8.2')
)
libraryDependencies += "net.thevpc.nuts" % "nuts" % "0.8.2"
[net.thevpc.nuts/nuts "0.8.2"]