| License | License | 
|---|---|
| Categories | CategoriesLogging Application Layer Libs | 
| GroupId | GroupIdcom.foreach.across.modules | 
| ArtifactId | ArtifactIdlogging-module-project | 
| Version | Version1.1.0.RELEASE | 
| Type | Typepom | 
| Description | Descriptioncom.foreach.across.modules:logging-module-project Provides logging facilities for modules along with debug controllers to configure it. | 
| Project URL | Project URL | 
| Source Code Management | Source Code Management | 
| Filename | Size | 
|---|---|
| logging-module-project-1.1.0.RELEASE.pom | 3 KB | 
| Browse | 
<!-- https://jarcasting.com/artifacts/com.foreach.across.modules/logging-module-project/ -->
<dependency>
    <groupId>com.foreach.across.modules</groupId>
    <artifactId>logging-module-project</artifactId>
    <version>1.1.0.RELEASE</version>
    <type>pom</type>
</dependency>// https://jarcasting.com/artifacts/com.foreach.across.modules/logging-module-project/
implementation 'com.foreach.across.modules:logging-module-project:1.1.0.RELEASE'// https://jarcasting.com/artifacts/com.foreach.across.modules/logging-module-project/
implementation ("com.foreach.across.modules:logging-module-project:1.1.0.RELEASE")'com.foreach.across.modules:logging-module-project:pom:1.1.0.RELEASE'<dependency org="com.foreach.across.modules" name="logging-module-project" rev="1.1.0.RELEASE">
  <artifact name="logging-module-project" type="pom" />
</dependency>@Grapes(
@Grab(group='com.foreach.across.modules', module='logging-module-project', version='1.1.0.RELEASE')
)libraryDependencies += "com.foreach.across.modules" % "logging-module-project" % "1.1.0.RELEASE"[com.foreach.across.modules/logging-module-project "1.1.0.RELEASE"]