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