License |
License |
---|---|
GroupId | GroupIdcom.foreach.across.modules |
ArtifactId | ArtifactIddebug-web |
Last Version | Last Version2.0.0.RELEASE |
Release Date | Release Date |
Type | Typepom |
Description |
Descriptioncom.foreach.across.modules:debug-web
DebugWebModule provides support for @DebugWebControllers in other modules. The purpose is mainly for
technical configuration and debugging.
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
debug-web-2.0.0.RELEASE.pom | 3 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.foreach.across.modules/debug-web/ -->
<dependency>
<groupId>com.foreach.across.modules</groupId>
<artifactId>debug-web</artifactId>
<version>2.0.0.RELEASE</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.foreach.across.modules/debug-web/
implementation 'com.foreach.across.modules:debug-web:2.0.0.RELEASE'
// https://jarcasting.com/artifacts/com.foreach.across.modules/debug-web/
implementation ("com.foreach.across.modules:debug-web:2.0.0.RELEASE")
'com.foreach.across.modules:debug-web:pom:2.0.0.RELEASE'
<dependency org="com.foreach.across.modules" name="debug-web" rev="2.0.0.RELEASE">
<artifact name="debug-web" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.foreach.across.modules', module='debug-web', version='2.0.0.RELEASE')
)
libraryDependencies += "com.foreach.across.modules" % "debug-web" % "2.0.0.RELEASE"
[com.foreach.across.modules/debug-web "2.0.0.RELEASE"]