| Лицензия |
Лицензия |
|---|---|
| Категории |
КатегорииORM Данные |
| Группа | Группаorg.unitils |
| Идентификатор | Идентификаторunitils-orm |
| Версия | Версия3.4.6 |
| Тип | Типjar |
| Описание |
ОписаниеUnitils orm module
Unitils provides utilities to further simplify unit-testing with JUnit, DBUnit, EasyMock
Hibernate and Spring. The goal is to make unit-testing easy and maintainable by offering
utilities such as automatic DB-schema maintainance and equality assertion through reflection.
|
| Система контроля версий |
Система контроля версий |
| Имя Файла | Размер |
|---|---|
| unitils-orm-3.4.6.pom | |
| unitils-orm-3.4.6.jar | 46 KB |
| unitils-orm-3.4.6-sources.jar | 42 KB |
| unitils-orm-3.4.6-javadoc.jar | 277 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/org.unitils/unitils-orm/ -->
<dependency>
<groupId>org.unitils</groupId>
<artifactId>unitils-orm</artifactId>
<version>3.4.6</version>
</dependency>
// https://jarcasting.com/artifacts/org.unitils/unitils-orm/
implementation 'org.unitils:unitils-orm:3.4.6'
// https://jarcasting.com/artifacts/org.unitils/unitils-orm/
implementation ("org.unitils:unitils-orm:3.4.6")
'org.unitils:unitils-orm:jar:3.4.6'
<dependency org="org.unitils" name="unitils-orm" rev="3.4.6">
<artifact name="unitils-orm" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.unitils', module='unitils-orm', version='3.4.6')
)
libraryDependencies += "org.unitils" % "unitils-orm" % "3.4.6"
[org.unitils/unitils-orm "3.4.6"]
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| org.unitils : unitils-core | jar | 3.4.6 |
| org.unitils : unitils-database | jar | 3.4.6 |
| org.unitils : unitils-spring | jar | 3.4.6 |
| org.springframework : spring-context | jar | 4.2.6.RELEASE |
| org.springframework : spring-orm | jar | 4.2.6.RELEASE |
| org.hibernate : hibernate-core Необязательный | jar | 3.6.10.Final |
| org.hibernate : hibernate-entitymanager Необязательный | jar | 3.6.10.Final |
| org.hibernate.javax.persistence : hibernate-jpa-2.0-api Необязательный | jar | 1.0.1.Final |
| concurrent : concurrent Необязательный | jar | 1.3.4 |
| org.apache.geronimo.specs : geronimo-jta_1.1_spec Необязательный | jar | 1.1 |