Last Version

Evo H2 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
Categories

Categories

H2 Data Databases
GroupId

GroupId

org.atteo
ArtifactId

ArtifactId

evo-h2
Version

Version

0.6
Type

Type

jar
Description

Description

Evo H2
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-h2/

Download evo-h2 0.6


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

Dependencies

compile (4)

Group / Artifact Type Version
org.atteo : evo-services jar 0.6
org.atteo : evo-jta jar 0.6
org.atteo : evo-database jar 0.6
com.h2database : h2 jar 1.3.161

test (4)

Group / Artifact Type Version
org.atteo : evo-database jar 0.6
org.atteo : evo-tests jar 0.6
org.atteo : evo-jta-atomikos jar 0.6
junit : junit jar 4.8.2

Project Modules

There are no modules declared in this project.