MVN

com.after_sunrise.commons : commons-ats

Maven & Gradle

Aug 11, 2017
1 stars

ATS Commons · Miscellaneous code snippets for lazy developers.

<dependency>
    <groupId>com.after_sunrise.commons</groupId>
    <artifactId>commons-ats</artifactId>
    <version>0.2.10</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

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

  • Latest Stable: 0.2.10

All Versions

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

Version Vulnerabilities Updated
0.2.x
commons-ats-0.2.10

How to add a POM dependency to Maven

POM as dependency in dependencyManagement

<dependency>
    <groupId>com.after_sunrise.commons</groupId>
    <artifactId>commons-ats</artifactId>
    <version>0.2.10</version>
</dependency>

Advertisement