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