is not current version
Last Version 3.1.0.RELEASE

com.foreach.across.modules:debug-web-module 3.0.0.RELEASE

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

GroupId

GroupId

com.foreach.across.modules
ArtifactId

ArtifactId

debug-web-module
Version

Version

3.0.0.RELEASE
Type

Type

jar

Download debug-web-module 3.0.0.RELEASE


<!-- https://jarcasting.com/artifacts/com.foreach.across.modules/debug-web-module/ -->
<dependency>
    <groupId>com.foreach.across.modules</groupId>
    <artifactId>debug-web-module</artifactId>
    <version>3.0.0.RELEASE</version>
</dependency>
// https://jarcasting.com/artifacts/com.foreach.across.modules/debug-web-module/
implementation 'com.foreach.across.modules:debug-web-module:3.0.0.RELEASE'
// https://jarcasting.com/artifacts/com.foreach.across.modules/debug-web-module/
implementation ("com.foreach.across.modules:debug-web-module:3.0.0.RELEASE")
'com.foreach.across.modules:debug-web-module:jar:3.0.0.RELEASE'
<dependency org="com.foreach.across.modules" name="debug-web-module" rev="3.0.0.RELEASE">
  <artifact name="debug-web-module" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.foreach.across.modules', module='debug-web-module', version='3.0.0.RELEASE')
)
libraryDependencies += "com.foreach.across.modules" % "debug-web-module" % "3.0.0.RELEASE"
[com.foreach.across.modules/debug-web-module "3.0.0.RELEASE"]