Categories |
CategoriesNet |
---|---|
GroupId | GroupIdnet.thevpc.nuts |
ArtifactId | ArtifactIdnuts |
Version | Version0.8.1 |
Type | Typejar |
Filename | Size |
---|---|
nuts-0.8.1.pom | |
nuts-0.8.1.jar | 473 KB |
nuts-0.8.1-sources.jar | 562 KB |
nuts-0.8.1-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.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"]