Last Version

Unitils Spring module 3.4.6

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.

License

License

GroupId

GroupId

org.unitils
ArtifactId

ArtifactId

unitils-spring
Version

Version

3.4.6
Type

Type

jar
Description

Description

Unitils Spring 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.
Source Code Management

Source Code Management

https://svn.code.sf.net/p/unitils/code/tags/releases/unitils-3.4.6/unitils-spring

Download unitils-spring 3.4.6


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

Dependencies

compile (7)

Group / Artifact Type Version
org.unitils : unitils-core jar 3.4.6
org.springframework : spring-core jar 4.2.6.RELEASE
org.springframework : spring-context jar 4.2.6.RELEASE
org.springframework : spring-beans jar 4.2.6.RELEASE
org.springframework : spring-test jar 4.2.6.RELEASE
org.springframework : spring-tx jar 4.2.6.RELEASE
org.unitils : unitils-database jar 3.4.6

Project Modules

There are no modules declared in this project.