MVN

com.foreach.across.modules : application-info-module-project

Maven & Gradle

May 03, 2016

Centralized way of providing information about the running application (eg. start time, build number).

<dependency>
    <groupId>com.foreach.across.modules</groupId>
    <artifactId>application-info-module-project</artifactId>
    <version>1.0.1.RELEASE</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.foreach.across.modules : application-info-module-project to add to Maven - Latest Versions:

  • Latest Stable: 1.0.1.RELEASE

All Versions

Choose a version of com.foreach.across.modules : application-info-module-project to add to Maven - All Versions:

Version Vulnerabilities Updated
1.0.x
application-info-module-project-1.0.1.RELEASE
application-info-module-project-1.0.0.RELEASE

How to add a POM dependency to Maven

POM as dependency in dependencyManagement

<dependency>
    <groupId>com.foreach.across.modules</groupId>
    <artifactId>application-info-module-project</artifactId>
    <version>1.0.1.RELEASE</version>
</dependency>