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