Moonshine is an application framework based on Google Guice dependency injection library.
For more info go to: Moonshine web page
License
Moonshine is available under Apache License 2.0.
License |
License
Apache License, Version 2.0
|
---|---|
Categories |
CategoriesLogback Application Layer Libs Logging |
GroupId | GroupIdorg.atteo.moonshine |
ArtifactId | ArtifactIdlogback |
Last Version | Last Version0.9 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionLogBack
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 |
Filename | Size |
---|---|
logback-0.9.pom | |
logback-0.9.jar | 4 KB |
logback-0.9-sources.jar | 2 KB |
logback-0.9-javadoc.jar | 44 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.atteo.moonshine/logback/ -->
<dependency>
<groupId>org.atteo.moonshine</groupId>
<artifactId>logback</artifactId>
<version>0.9</version>
</dependency>
// https://jarcasting.com/artifacts/org.atteo.moonshine/logback/
implementation 'org.atteo.moonshine:logback:0.9'
// https://jarcasting.com/artifacts/org.atteo.moonshine/logback/
implementation ("org.atteo.moonshine:logback:0.9")
'org.atteo.moonshine:logback:jar:0.9'
<dependency org="org.atteo.moonshine" name="logback" rev="0.9">
<artifact name="logback" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.atteo.moonshine', module='logback', version='0.9')
)
libraryDependencies += "org.atteo.moonshine" % "logback" % "0.9"
[org.atteo.moonshine/logback "0.9"]
Group / Artifact | Type | Version |
---|---|---|
org.atteo.moonshine : container | jar | 0.9 |
ch.qos.logback : logback-classic | jar | 1.0.13 |
Moonshine is an application framework based on Google Guice dependency injection library.
For more info go to: Moonshine web page
Moonshine is available under Apache License 2.0.