| License |
License |
|---|---|
| GroupId | GroupIdcom.zimory.jpaunit |
| ArtifactId | ArtifactIdjpaunit-core |
| Version | Version1.0.1 |
| Type | Typejar |
| Description |
DescriptionSet up and expect database state using JPA entities
|
| Filename | Size |
|---|---|
| jpaunit-core-1.0.1.pom | |
| jpaunit-core-1.0.1.jar | 40 KB |
| jpaunit-core-1.0.1-sources.jar | 19 KB |
| jpaunit-core-1.0.1-javadoc.jar | 186 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.zimory.jpaunit/jpaunit-core/ -->
<dependency>
<groupId>com.zimory.jpaunit</groupId>
<artifactId>jpaunit-core</artifactId>
<version>1.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.zimory.jpaunit/jpaunit-core/
implementation 'com.zimory.jpaunit:jpaunit-core:1.0.1'
// https://jarcasting.com/artifacts/com.zimory.jpaunit/jpaunit-core/
implementation ("com.zimory.jpaunit:jpaunit-core:1.0.1")
'com.zimory.jpaunit:jpaunit-core:jar:1.0.1'
<dependency org="com.zimory.jpaunit" name="jpaunit-core" rev="1.0.1">
<artifact name="jpaunit-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.zimory.jpaunit', module='jpaunit-core', version='1.0.1')
)
libraryDependencies += "com.zimory.jpaunit" % "jpaunit-core" % "1.0.1"
[com.zimory.jpaunit/jpaunit-core "1.0.1"]
| Group / Artifact | Type | Version |
|---|---|---|
| javax.inject : javax.inject | jar | 1 |
| org.slf4j : slf4j-api | jar | 1.6.4 |
| com.google.guava : guava | jar | 14.0.1 |
| org.springframework : spring-context | jar | 3.1.3.RELEASE |
| org.springframework : spring-tx | jar | 3.1.3.RELEASE |
| org.springframework : spring-orm | jar | 3.1.3.RELEASE |
| org.hibernate.javax.persistence : hibernate-jpa-2.0-api | jar | 1.0.1.Final |
| 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 |
| cglib : cglib | jar | 2.2.2 |
| Group / Artifact | Type | Version |
|---|---|---|
| com.h2database : h2 | jar | 1.3.174 |
| org.hibernate : hibernate-entitymanager | jar | 4.2.6.Final |
| org.slf4j : slf4j-log4j12 | jar | 1.6.4 |