MVN

com.foreach.across.modules : debug-web

Maven & Gradle

May 02, 2017

DebugWebModule provides support for @DebugWebControllers in other modules. The purpose is mainly for technical configuration and debugging.

<dependency>
    <groupId>com.foreach.across.modules</groupId>
    <artifactId>debug-web</artifactId>
    <version>2.0.0.RELEASE</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.foreach.across.modules : debug-web to add to Maven - Latest Versions:

  • Latest Stable: 2.0.0.RELEASE

All Versions

Choose a version of com.foreach.across.modules : debug-web to add to Maven - All Versions:

Version Vulnerabilities Updated
2.0.x
debug-web-2.0.0.RELEASE
1.0.x
debug-web-1.0.1.RELEASE
debug-web-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>debug-web</artifactId>
    <version>2.0.0.RELEASE</version>
</dependency>