net.thevpc.nuts.toolbox.nadmin

Nuts Admin companion

License

License

Categories

Categories

Net
GroupId

GroupId

net.thevpc.nuts.toolbox
ArtifactId

ArtifactId

nadmin
Last Version

Last Version

0.8.0.0
Release Date

Release Date

Type

Type

jar
Description

Description

net.thevpc.nuts.toolbox.nadmin
Nuts Admin companion
Project URL

Project URL

https://github.com/thevpc/nuts
Project Organization

Project Organization

vpc open source initiative
Source Code Management

Source Code Management

https://github.com/thevpc/nuts/tree/master

Download nadmin

How to add to project

<!-- https://jarcasting.com/artifacts/net.thevpc.nuts.toolbox/nadmin/ -->
<dependency>
    <groupId>net.thevpc.nuts.toolbox</groupId>
    <artifactId>nadmin</artifactId>
    <version>0.8.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/net.thevpc.nuts.toolbox/nadmin/
implementation 'net.thevpc.nuts.toolbox:nadmin:0.8.0.0'
// https://jarcasting.com/artifacts/net.thevpc.nuts.toolbox/nadmin/
implementation ("net.thevpc.nuts.toolbox:nadmin:0.8.0.0")
'net.thevpc.nuts.toolbox:nadmin:jar:0.8.0.0'
<dependency org="net.thevpc.nuts.toolbox" name="nadmin" rev="0.8.0.0">
  <artifact name="nadmin" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.thevpc.nuts.toolbox', module='nadmin', version='0.8.0.0')
)
libraryDependencies += "net.thevpc.nuts.toolbox" % "nadmin" % "0.8.0.0"
[net.thevpc.nuts.toolbox/nadmin "0.8.0.0"]

Dependencies

compile (3)

Group / Artifact Type Version
net.thevpc.nuts : nuts jar 0.8.0
net.thevpc.common : thevpc-common-strings jar 1.2.18
net.thevpc.common : thevpc-common-io jar 1.3.12

Project Modules

There are no modules declared in this project.

nuts

Network Updatable Things Services

     __        __    
  /\ \ \ _  __/ /______
 /  \/ / / / / __/ ___/
/ /\  / /_/ / /_(__  )
\_\ \/\__,_/\__/____/    version 0.8.1.0

website : https://thevpc.github.io/nuts

nuts is a Package manager for Java (and other things). It stands for Network Updatable Things Services tool. Think of it as npm for javascript or pip for python. But it lots more... It is a simple tool for managing remote artifacts, installing these artifacts to the current machine and executing such artifacts on need. Each managed artifact is also called a nuts which is a Network Updatable Thing Service . Nuts artifacts are stored into repositories. A repository may be local for storing local Nuts or remote for accessing remote artifacts (good examples are remote maven repositories).

One manages a set of repositories called a workspace. Managed nuts (artifacts) have descriptors that depict dependencies between them. This dependency is seamlessly handled by nuts (tool) to resolve and download on-need dependencies over the wire.

nuts is a swiss army knife tool as it acts like (and supports) maven build tool to have an abstract view of the the artifacts dependency and like npm, pip or zypper/apt-get package manager tools to install and uninstall artifacts allowing multiple versions of the very same artifact to be installed.

What makes nuts very helpful is that it simplifies application deployments by not including dependencies in the release bundle. All dependencies will be downloaded at installation time. They also will be shared among all application which reduces storage space as well. Offline deployment is still supported though. Besides, multiple versions of the same application can be installed simultaneously.

Versions

Version
0.8.0.0