is not current version
Last Version 1.3.1

nu.zoom.desktop:base 1.3

This project contains some utility classes that have been used in various projects throughout the years.

GroupId

GroupId

nu.zoom.desktop
ArtifactId

ArtifactId

base
Version

Version

1.3
Type

Type

jar

Download base 1.3


<!-- https://jarcasting.com/artifacts/nu.zoom.desktop/base/ -->
<dependency>
    <groupId>nu.zoom.desktop</groupId>
    <artifactId>base</artifactId>
    <version>1.3</version>
</dependency>
// https://jarcasting.com/artifacts/nu.zoom.desktop/base/
implementation 'nu.zoom.desktop:base:1.3'
// https://jarcasting.com/artifacts/nu.zoom.desktop/base/
implementation ("nu.zoom.desktop:base:1.3")
'nu.zoom.desktop:base:jar:1.3'
<dependency org="nu.zoom.desktop" name="base" rev="1.3">
  <artifact name="base" type="jar" />
</dependency>
@Grapes(
@Grab(group='nu.zoom.desktop', module='base', version='1.3')
)
libraryDependencies += "nu.zoom.desktop" % "base" % "1.3"
[nu.zoom.desktop/base "1.3"]