com.zimory.jpaunit:jpaunit-spring

Set up and expect database state using JPA entities

License

License

GroupId

GroupId

com.zimory.jpaunit
ArtifactId

ArtifactId

jpaunit-spring
Last Version

Last Version

1.0.1
Release Date

Release Date

Type

Type

jar
Description

Description

Set up and expect database state using JPA entities

Download jpaunit-spring

How to add to project

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

Dependencies

compile (12)

Group / Artifact Type Version
com.zimory.jpaunit : jpaunit-core jar 1.0.1
javax.inject : javax.inject jar 1
org.slf4j : slf4j-api jar 1.6.4
com.google.guava : guava jar 14.0.1
org.hibernate.javax.persistence : hibernate-jpa-2.0-api jar 1.0.1.Final
org.springframework : spring-context jar 3.1.3.RELEASE
org.springframework : spring-test jar 3.1.3.RELEASE
junit : junit jar 4.11
org.mockito : mockito-core jar 1.9.5
org.hamcrest : hamcrest-all jar 1.3
com.esotericsoftware.yamlbeans : yamlbeans jar 1.06
org.unitils : unitils-core jar 3.3

Project Modules

There are no modules declared in this project.

Versions

Version
1.0.1
1.0.0