MVN

com.agilejava.blammo : blammo

Maven & Gradle

Sep 11, 2008

Blammo Logging · Blammo introduces a new way of logging. The general goal is to make logging easy to do and easy to test, and at the same time, take it seriously. Developers are normally not exposed to a Blammo based API. Instead, they have to deal with annotations, some conventions and common sense.

<dependency>
    <groupId>com.agilejava.blammo</groupId>
    <artifactId>blammo</artifactId>
    <version>0.3</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.agilejava.blammo : blammo to add to Maven - Latest Versions:

  • Latest Stable: 0.3

All Versions

Choose a version of com.agilejava.blammo : blammo to add to Maven - All Versions:

Version Vulnerabilities Updated
0.3
blammo-0.3
0.2
blammo-0.2

How to add a POM dependency to Maven

POM as dependency in dependencyManagement

<dependency>
    <groupId>com.agilejava.blammo</groupId>
    <artifactId>blammo</artifactId>
    <version>0.3</version>
</dependency>

Advertisement