is not current version
Last Version 1.5.3

com.github.nicosensei:commons 1.5.2

A few common utility classes than can be used in various Java dev projects

GroupId

GroupId

com.github.nicosensei
ArtifactId

ArtifactId

commons
Version

Version

1.5.2
Type

Type

pom

Download commons 1.5.2

Filename Size
commons-1.5.2.pom 1 KB
Browse

<!-- https://jarcasting.com/artifacts/com.github.nicosensei/commons/ -->
<dependency>
    <groupId>com.github.nicosensei</groupId>
    <artifactId>commons</artifactId>
    <version>1.5.2</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.nicosensei/commons/
implementation 'com.github.nicosensei:commons:1.5.2'
// https://jarcasting.com/artifacts/com.github.nicosensei/commons/
implementation ("com.github.nicosensei:commons:1.5.2")
'com.github.nicosensei:commons:pom:1.5.2'
<dependency org="com.github.nicosensei" name="commons" rev="1.5.2">
  <artifact name="commons" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.github.nicosensei', module='commons', version='1.5.2')
)
libraryDependencies += "com.github.nicosensei" % "commons" % "1.5.2"
[com.github.nicosensei/commons "1.5.2"]