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