License |
License |
---|---|
Categories |
CategoriesIDE Development Tools Quarkus Container Microservices Data |
GroupId | GroupIdcom.github.database-rider |
ArtifactId | ArtifactIdrider-quarkus-sample |
Version | Version1.24.0 |
Type | Typejar |
Description |
DescriptionDatabase testing made easy with JUnit and DBUnit.
|
<!-- https://jarcasting.com/artifacts/com.github.database-rider/rider-quarkus-sample/ -->
<dependency>
<groupId>com.github.database-rider</groupId>
<artifactId>rider-quarkus-sample</artifactId>
<version>1.24.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.database-rider/rider-quarkus-sample/
implementation 'com.github.database-rider:rider-quarkus-sample:1.24.0'
// https://jarcasting.com/artifacts/com.github.database-rider/rider-quarkus-sample/
implementation ("com.github.database-rider:rider-quarkus-sample:1.24.0")
'com.github.database-rider:rider-quarkus-sample:jar:1.24.0'
<dependency org="com.github.database-rider" name="rider-quarkus-sample" rev="1.24.0">
<artifact name="rider-quarkus-sample" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.database-rider', module='rider-quarkus-sample', version='1.24.0')
)
libraryDependencies += "com.github.database-rider" % "rider-quarkus-sample" % "1.24.0"
[com.github.database-rider/rider-quarkus-sample "1.24.0"]
Group / Artifact | Type | Version |
---|---|---|
io.quarkus : quarkus-resteasy | jar | |
io.quarkus : quarkus-resteasy-jsonb | jar | |
io.quarkus : quarkus-hibernate-orm | jar | |
io.quarkus : quarkus-jdbc-postgresql | jar |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.13.1 |
javax : javaee-api | jar | 7.0 |
Group / Artifact | Type | Version |
---|---|---|
io.quarkus : quarkus-junit5 | jar | |
io.quarkus : quarkus-jdbc-h2 | jar | |
io.quarkus : quarkus-agroal | jar | |
io.rest-assured : rest-assured | jar | |
com.github.database-rider : rider-cdi | jar | 1.24.0 |
org.assertj : assertj-core | jar | |
org.hsqldb : hsqldb | jar | 2.3.3 |
org.slf4j : slf4j-simple | jar | 1.7.21 |