| License |
License |
|---|---|
| GroupId | GroupIdcom.lipaluma |
| ArtifactId | ArtifactIdspring-dbtest |
| Version | Version1.0 |
| Type | Typejar |
| Description |
DescriptionSpring Db Test
Framework java for test useful to facilitate injection of data into a database before running it.
|
| Filename | Size |
|---|---|
| spring-dbtest-1.0.pom | |
| spring-dbtest-1.0.jar | 90 KB |
| spring-dbtest-1.0-sources.jar | 38 KB |
| spring-dbtest-1.0-javadoc.jar | 322 KB |
| Browse |
<!-- 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"]
| 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 |
| 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 |