GroupId | GroupIdnu.zoom |
---|---|
ArtifactId | ArtifactIdbase |
Last Version | Last Version1.0.1 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptionzoom.nu Utility classes
This project contains some utility classes that have been used in various projects throughout the years.
|
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
base-1.0.1.pom | |
base-1.0.1.jar | 36 KB |
base-1.0.1-sources.jar | 31 KB |
base-1.0.1-javadoc.jar | 252 KB |
Browse |
<!-- https://jarcasting.com/artifacts/nu.zoom/base/ -->
<dependency>
<groupId>nu.zoom</groupId>
<artifactId>base</artifactId>
<version>1.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/nu.zoom/base/
implementation 'nu.zoom:base:1.0.1'
// https://jarcasting.com/artifacts/nu.zoom/base/
implementation ("nu.zoom:base:1.0.1")
'nu.zoom:base:jar:1.0.1'
<dependency org="nu.zoom" name="base" rev="1.0.1">
<artifact name="base" type="jar" />
</dependency>
@Grapes(
@Grab(group='nu.zoom', module='base', version='1.0.1')
)
libraryDependencies += "nu.zoom" % "base" % "1.0.1"
[nu.zoom/base "1.0.1"]
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.8.2 |