Last Version

Reflection Utils 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

reflection-utils
Version

Version

1.2
Type

Type

jar
Description

Description

Reflection Utils
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 reflection-utils 1.2


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

Dependencies

compile (1)

Group / Artifact Type Version
com.google.guava : guava jar 16.0.1

test (2)

Group / Artifact Type Version
junit : junit jar 4.11
org.assertj : assertj-core jar 1.6.0

Project Modules

There are no modules declared in this project.