Spring SQL Unit

Utility to facilitate running sql files from integration tests.

License

License

GroupId

GroupId

be.jacobsvanroy
ArtifactId

ArtifactId

spring-sql-unit
Last Version

Last Version

0.8
Release Date

Release Date

Type

Type

jar
Description

Description

Spring SQL Unit
Utility to facilitate running sql files from integration tests.
Source Code Management

Source Code Management

https://github.com/davyvanroy/spring-sql-unit

Download spring-sql-unit

How to add to project

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

Dependencies

compile (6)

Group / Artifact Type Version
org.springframework : spring-test jar 3.0.0.RELEASE
org.springframework : spring-beans jar 3.0.0.RELEASE
org.springframework : spring-jdbc jar 3.0.0.RELEASE
org.springframework : spring-context jar 3.0.0.RELEASE
commons-logging : commons-logging jar 1.1.1
log4j : log4j jar 1.2.17

test (4)

Group / Artifact Type Version
junit : junit jar 4.11
com.h2database : h2 jar 1.4.178
org.easytesting : fest-assert jar 1.4
mysql : mysql-connector-java jar 5.1.30

Project Modules

There are no modules declared in this project.

Versions

Version
0.8
0.7