License |
License |
---|---|
GroupId | GroupIdcom.github.nicosensei |
ArtifactId | ArtifactIdcommons-util |
Last Version | Last Version1.5.3 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionCommons: core utilities
A few common utility classes than can be used in various Java dev projects
|
Filename | Size |
---|---|
commons-util-1.5.3.pom | |
commons-util-1.5.3.jar | 13 KB |
commons-util-1.5.3-sources.jar | 11 KB |
commons-util-1.5.3-javadoc.jar | 96 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.nicosensei/commons-util/ -->
<dependency>
<groupId>com.github.nicosensei</groupId>
<artifactId>commons-util</artifactId>
<version>1.5.3</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.nicosensei/commons-util/
implementation 'com.github.nicosensei:commons-util:1.5.3'
// https://jarcasting.com/artifacts/com.github.nicosensei/commons-util/
implementation ("com.github.nicosensei:commons-util:1.5.3")
'com.github.nicosensei:commons-util:jar:1.5.3'
<dependency org="com.github.nicosensei" name="commons-util" rev="1.5.3">
<artifact name="commons-util" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.nicosensei', module='commons-util', version='1.5.3')
)
libraryDependencies += "com.github.nicosensei" % "commons-util" % "1.5.3"
[com.github.nicosensei/commons-util "1.5.3"]
Group / Artifact | Type | Version |
---|---|---|
log4j : log4j | jar | 1.2.17 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.0 |