| License |
License |
|---|---|
| Categories |
CategoriesNet Logging Application Layer Libs |
| GroupId | GroupIdnet.rumati.logging |
| ArtifactId | ArtifactIdmuffero |
| Last Version | Last Version2.1.0 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
DescriptionMuffero Logging
This is the main Muffero logging system implementation.
|
| Filename | Size |
|---|---|
| muffero-2.1.0.pom | |
| muffero-2.1.0.jar | 113 KB |
| muffero-2.1.0-sources.jar | 41 KB |
| muffero-2.1.0-javadoc.jar | 243 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/net.rumati.logging/muffero/ -->
<dependency>
<groupId>net.rumati.logging</groupId>
<artifactId>muffero</artifactId>
<version>2.1.0</version>
</dependency>
// https://jarcasting.com/artifacts/net.rumati.logging/muffero/
implementation 'net.rumati.logging:muffero:2.1.0'
// https://jarcasting.com/artifacts/net.rumati.logging/muffero/
implementation ("net.rumati.logging:muffero:2.1.0")
'net.rumati.logging:muffero:jar:2.1.0'
<dependency org="net.rumati.logging" name="muffero" rev="2.1.0">
<artifact name="muffero" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.rumati.logging', module='muffero', version='2.1.0')
)
libraryDependencies += "net.rumati.logging" % "muffero" % "2.1.0"
[net.rumati.logging/muffero "2.1.0"]
| Group / Artifact | Type | Version |
|---|---|---|
| junit : junit | jar | 4.10 |
| org.mockito : mockito-core | jar | 1.9.0 |