Last Version

Evo Test Utilities 0.6

Java application development framework focusing on configurability and easy testing. Promotes proven and simple solutions and specifically avoids the use of complicated and deprecated ones. It offers modular service framework based on Google Guice, Maven-like configuration management, logging with SLF4J, support for common JavaEE technologies: JDBC, JPA, JMS, JTA, JMX, Java Servlet API, JAX-RS. Promotes fresh approach to JavaEE development with dependency injection, annotation processing, modular design and easy unit testing.

License

License

Apache License, Version 2.0
GroupId

GroupId

org.atteo
ArtifactId

ArtifactId

evo-tests
Version

Version

0.6
Type

Type

jar
Description

Description

Evo Test Utilities
Java application development framework focusing on configurability and easy testing. Promotes proven and simple solutions and specifically avoids the use of complicated and deprecated ones. It offers modular service framework based on Google Guice, Maven-like configuration management, logging with SLF4J, support for common JavaEE technologies: JDBC, JPA, JMS, JTA, JMX, Java Servlet API, JAX-RS. Promotes fresh approach to JavaEE development with dependency injection, annotation processing, modular design and easy unit testing.
Project Organization

Project Organization

Atteo
Source Code Management

Source Code Management

https://code.google.com/p/evo-framework/source/browse/evo-tests/

Download evo-tests 0.6


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

Dependencies

compile (5)

Group / Artifact Type Version
org.atteo : evo-services jar 0.6
org.sonatype.sisu : sisu-guice jar 3.1.0
org.sonatype.sisu.inject : guice-servlet jar 3.1.0
junit : junit jar 4.8.2
org.mockito : mockito-core jar 1.9.0-rc1

Project Modules

There are no modules declared in this project.