| Лицензия |
Лицензия
Apache License, Version 2.0
|
|---|---|
| Категории |
КатегорииДанные |
| Группа | Группаorg.atteo |
| Идентификатор | Идентификаторevo-database |
| Последняя версия | Последняя версия0.6 |
| Дата | Дата |
| Тип | Типjar |
| Описание |
ОписаниеEvo Database
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.
|
| Организация-разработчик |
Организация-разработчик |
| Система контроля версий |
Система контроля версий |
| Имя Файла | Размер |
|---|---|
| evo-database-0.6.pom | |
| evo-database-0.6.jar | 3 KB |
| evo-database-0.6-tests.jar | 2 KB |
| evo-database-0.6-sources.jar | 1 KB |
| evo-database-0.6-javadoc.jar | 39 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/org.atteo/evo-database/ -->
<dependency>
<groupId>org.atteo</groupId>
<artifactId>evo-database</artifactId>
<version>0.6</version>
</dependency>
// https://jarcasting.com/artifacts/org.atteo/evo-database/
implementation 'org.atteo:evo-database:0.6'
// https://jarcasting.com/artifacts/org.atteo/evo-database/
implementation ("org.atteo:evo-database:0.6")
'org.atteo:evo-database:jar:0.6'
<dependency org="org.atteo" name="evo-database" rev="0.6">
<artifact name="evo-database" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.atteo', module='evo-database', version='0.6')
)
libraryDependencies += "org.atteo" % "evo-database" % "0.6"
[org.atteo/evo-database "0.6"]
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| org.atteo : evo-services | jar | 0.6 |
| org.atteo : evo-jta | jar | 0.6 |
| com.google.code.findbugs : jsr305 | jar | 1.3.9 |
| commons-lang : commons-lang | jar | 2.6 |
| com.google.guava : guava | jar | 10.0.1 |
| org.sonatype.sisu : sisu-guice | jar | 3.1.0 |
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| org.atteo : evo-tests | jar | 0.6 |
| junit : junit | jar | 4.8.2 |