License |
License |
---|---|
GroupId | GroupIdorg.unitils |
ArtifactId | ArtifactIdunitils-spring |
Last Version | Last Version3.4.6 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionUnitils 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 |
Filename | Size |
---|---|
unitils-spring-3.4.6.pom | |
unitils-spring-3.4.6.jar | 14 KB |
unitils-spring-3.4.6-sources.jar | 14 KB |
unitils-spring-3.4.6-javadoc.jar | 83 KB |
Browse |
<!-- 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"]
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 |