| License | License | 
|---|---|
| Categories | CategoriesNet Logging Application Layer Libs | 
| GroupId | GroupIdnet.rumati.logging | 
| ArtifactId | ArtifactIdmuffero-parent | 
| Last Version | Last Version2.1.0 | 
| Release Date | Release Date | 
| Type | Typepom | 
| Description | DescriptionMuffero Logging Parent Muffero is a simple logging system for Java, which implements SLF4J. | 
| Filename | Size | 
|---|---|
| muffero-parent-2.1.0.pom | 7 KB | 
| Browse | 
<!-- https://jarcasting.com/artifacts/net.rumati.logging/muffero-parent/ -->
<dependency>
    <groupId>net.rumati.logging</groupId>
    <artifactId>muffero-parent</artifactId>
    <version>2.1.0</version>
    <type>pom</type>
</dependency>// https://jarcasting.com/artifacts/net.rumati.logging/muffero-parent/
implementation 'net.rumati.logging:muffero-parent:2.1.0'// https://jarcasting.com/artifacts/net.rumati.logging/muffero-parent/
implementation ("net.rumati.logging:muffero-parent:2.1.0")'net.rumati.logging:muffero-parent:pom:2.1.0'<dependency org="net.rumati.logging" name="muffero-parent" rev="2.1.0">
  <artifact name="muffero-parent" type="pom" />
</dependency>@Grapes(
@Grab(group='net.rumati.logging', module='muffero-parent', version='2.1.0')
)libraryDependencies += "net.rumati.logging" % "muffero-parent" % "2.1.0"[net.rumati.logging/muffero-parent "2.1.0"]