Spring Db Test

Framework java for test useful to facilitate injection of data into a database before running it.

License

License

GroupId

GroupId

com.lipaluma
ArtifactId

ArtifactId

spring-dbtest
Last Version

Last Version

1.0
Release Date

Release Date

Type

Type

jar
Description

Description

Spring Db Test
Framework java for test useful to facilitate injection of data into a database before running it.

Download spring-dbtest

How to add to project

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

Dependencies

compile (9)

Group / Artifact Type Version
org.slf4j : slf4j-log4j12 jar 1.6.4
org.springframework : spring-test jar 3.0.3.RELEASE
org.springframework : spring-core jar 3.0.3.RELEASE
org.springframework : spring-context jar 3.0.3.RELEASE
org.springframework : spring-jdbc jar 3.0.3.RELEASE
junit : junit jar 4.10
commons-lang : commons-lang jar 2.6
joda-time : joda-time jar 2.1
commons-io : commons-io jar 2.3

test (7)

Group / Artifact Type Version
org.hibernate.javax.persistence : hibernate-jpa-2.0-api jar 1.0.1.Final
c3p0 : c3p0 jar 0.9.1.2
com.h2database : h2 jar 1.3.165
org.hamcrest : hamcrest-all jar 1.1
org.springframework : spring-orm jar 3.0.3.RELEASE
org.hibernate : hibernate-entitymanager jar 3.6.10.Final
mysql : mysql-connector-java jar 5.1.24

Project Modules

There are no modules declared in this project.

Versions

Version
1.0