p

parent

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.
http://atteo.org/static/moonshine
Sławek Piotrowski Tomek Piotrowski
Files download
File Operation
parent-1.1.pom download
Apache Maven
<dependency>
  <groupId>org.atteo.moonshine</groupId>
  <artifactId>parent</artifactId>
  <version>1.1</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'org.atteo.moonshine:parent:1.1'
Gradle Kotlin
implementation("org.atteo.moonshine:parent:1.1")
Scala SBT
libraryDependencies += "org.atteo.moonshine" % "parent" % "1.1"
Groovy Grape
@Grapes(
  @Grab(group='org.atteo.moonshine', module='parent', version='1.1')
)
Apache Ivy
<dependency org="org.atteo.moonshine" name="parent" rev="1.1" />
Leiningen
[org.atteo.moonshine/parent "1.1"]
Apache Buildr
'org.atteo.moonshine:parent:jar:1.1'