MVN

com.github.nicosensei : commons

Maven & Gradle

Jan 29, 2014
1 stars

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

<dependency>
    <groupId>com.github.nicosensei</groupId>
    <artifactId>commons</artifactId>
    <version>1.5.3</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.github.nicosensei : commons to add to Maven - Latest Versions:

  • Latest Stable: 1.5.3

All Versions

Choose a version of com.github.nicosensei : commons to add to Maven - All Versions:

Version Vulnerabilities Updated
1.5.x
commons-1.5.3
commons-1.5.2

How to add a POM dependency to Maven

POM as dependency in dependencyManagement

<dependency>
    <groupId>com.github.nicosensei</groupId>
    <artifactId>commons</artifactId>
    <version>1.5.3</version>
</dependency>