Last Version

Firebug Logger 1.2

Moonshine provides infrastructure commonly found in application containers. But, unlike containers, it is designed to be embedded inside your application. It's a modular framework build around Google Guice dependency injection with uniform logging using SLF4J, easy unit testing and ready to use support for common JavaEE technologies: JDBC, JPA, JMS, JTA, JMX, Java Servlet API, JAX-RS.

License

License

Apache License, Version 2.0
GroupId

GroupId

org.atteo.moonshine
ArtifactId

ArtifactId

firebuglogger
Version

Version

1.2
Type

Type

jar
Description

Description

Firebug Logger
Moonshine provides infrastructure commonly found in application containers. But, unlike containers, it is designed to be embedded inside your application. It's a modular framework build around Google Guice dependency injection with uniform logging using SLF4J, easy unit testing and ready to use support for common JavaEE technologies: JDBC, JPA, JMS, JTA, JMX, Java Servlet API, JAX-RS.
Project Organization

Project Organization

Atteo

Download firebuglogger 1.2


<!-- https://jarcasting.com/artifacts/org.atteo.moonshine/firebuglogger/ -->
<dependency>
    <groupId>org.atteo.moonshine</groupId>
    <artifactId>firebuglogger</artifactId>
    <version>1.2</version>
</dependency>
// https://jarcasting.com/artifacts/org.atteo.moonshine/firebuglogger/
implementation 'org.atteo.moonshine:firebuglogger:1.2'
// https://jarcasting.com/artifacts/org.atteo.moonshine/firebuglogger/
implementation ("org.atteo.moonshine:firebuglogger:1.2")
'org.atteo.moonshine:firebuglogger:jar:1.2'
<dependency org="org.atteo.moonshine" name="firebuglogger" rev="1.2">
  <artifact name="firebuglogger" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.atteo.moonshine', module='firebuglogger', version='1.2')
)
libraryDependencies += "org.atteo.moonshine" % "firebuglogger" % "1.2"
[org.atteo.moonshine/firebuglogger "1.2"]

Dependencies

compile (3)

Group / Artifact Type Version
org.atteo.moonshine : container jar
org.atteo.moonshine : webserver jar
org.codehaus.jackson : jackson-core-asl jar 1.9.13

provided (1)

Group / Artifact Type Version
javax.servlet : javax.servlet-api jar 3.1.0

Project Modules

There are no modules declared in this project.