MVN

com.gregmarut.commons : commons

Maven & Gradle

Mar 19, 2020
2 stars

commons · A collection of commonly used code

<dependency>
    <groupId>com.gregmarut.commons</groupId>
    <artifactId>commons</artifactId>
    <version>0.6</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

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

  • Latest Stable: 0.6

All Versions

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

Version Vulnerabilities Updated
0.6
commons-0.6
0.5
commons-0.5
0.4
commons-0.4
0.3
commons-0.3
0.2
commons-0.2-RELEASE
0.1
commons-0.1-RELEASE

How to add a POM dependency to Maven

POM as dependency in dependencyManagement

<dependency>
    <groupId>com.gregmarut.commons</groupId>
    <artifactId>commons</artifactId>
    <version>0.6</version>
</dependency>

Advertisement