| License |
License |
|---|---|
| Categories |
CategoriesIDE Development Tools Data |
| GroupId | GroupIdcom.github.database-rider |
| ArtifactId | ArtifactIdrider-spring |
| Version | Version1.24.0 |
| Type | Typejar |
| Description |
DescriptionDatabase testing made easy with JUnit and DBUnit.
|
| Filename | Size |
|---|---|
| rider-spring-1.24.0.pom | |
| rider-spring-1.24.0.jar | 7 KB |
| rider-spring-1.24.0-sources.jar | 5 KB |
| rider-spring-1.24.0-javadoc.jar | 402 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.github.database-rider/rider-spring/ -->
<dependency>
<groupId>com.github.database-rider</groupId>
<artifactId>rider-spring</artifactId>
<version>1.24.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.database-rider/rider-spring/
implementation 'com.github.database-rider:rider-spring:1.24.0'
// https://jarcasting.com/artifacts/com.github.database-rider/rider-spring/
implementation ("com.github.database-rider:rider-spring:1.24.0")
'com.github.database-rider:rider-spring:jar:1.24.0'
<dependency org="com.github.database-rider" name="rider-spring" rev="1.24.0">
<artifact name="rider-spring" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.database-rider', module='rider-spring', version='1.24.0')
)
libraryDependencies += "com.github.database-rider" % "rider-spring" % "1.24.0"
[com.github.database-rider/rider-spring "1.24.0"]
| Group / Artifact | Type | Version |
|---|---|---|
| com.github.database-rider : rider-core | jar | 1.24.0 |
| org.slf4j : slf4j-api | jar | 1.7.12 |
| Group / Artifact | Type | Version |
|---|---|---|
| org.springframework : spring-context | jar | 5.3.7 |
| org.springframework : spring-jdbc | jar | 5.3.7 |
| org.springframework : spring-test | jar | 5.3.7 |
| junit : junit | jar | 4.13.1 |
| javax : javaee-api | jar | 7.0 |
| Group / Artifact | Type | Version |
|---|---|---|
| org.slf4j : slf4j-simple | jar | 1.7.12 |
| org.hsqldb : hsqldb | jar | 2.3.3 |
| org.assertj : assertj-core | jar | 2.5.0 |