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