License |
License |
---|---|
Categories |
CategoriesIDE Development Tools Data |
GroupId | GroupIdcom.github.database-rider |
ArtifactId | ArtifactIdrider-examples |
Version | Version1.23.1 |
Type | Typepom |
Description |
DescriptionDatabase Rider examples
Database testing made easy with JUnit and DBUnit.
|
Filename | Size |
---|---|
rider-examples-1.23.1.pom | 1 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.database-rider/rider-examples/ -->
<dependency>
<groupId>com.github.database-rider</groupId>
<artifactId>rider-examples</artifactId>
<version>1.23.1</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.database-rider/rider-examples/
implementation 'com.github.database-rider:rider-examples:1.23.1'
// https://jarcasting.com/artifacts/com.github.database-rider/rider-examples/
implementation ("com.github.database-rider:rider-examples:1.23.1")
'com.github.database-rider:rider-examples:pom:1.23.1'
<dependency org="com.github.database-rider" name="rider-examples" rev="1.23.1">
<artifact name="rider-examples" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.github.database-rider', module='rider-examples', version='1.23.1')
)
libraryDependencies += "com.github.database-rider" % "rider-examples" % "1.23.1"
[com.github.database-rider/rider-examples "1.23.1"]
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.13.1 |
javax : javaee-api | jar | 7.0 |
Group / Artifact | Type | Version |
---|---|---|
org.hsqldb : hsqldb | jar | 2.3.3 |
org.assertj : assertj-core | jar | 2.5.0 |
org.slf4j : slf4j-simple | jar | 1.7.21 |