Domain
This project contains the domain objects for the application.
This project needs to be published to Maven Central with:
mvn -e deploy -Psonatype
License |
License |
---|---|
Categories |
CategoriesQuarkus Container Microservices |
GroupId | GroupIdio.quarkuscoffeeshop |
ArtifactId | ArtifactIdquarkuscoffeeshop-testutils |
Last Version | Last Version4.0.0 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptionquarkuscoffeeshop-testutils
A Supersonic, Subatomic Event Driven Example Application
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
<!-- https://jarcasting.com/artifacts/io.quarkuscoffeeshop/quarkuscoffeeshop-testutils/ -->
<dependency>
<groupId>io.quarkuscoffeeshop</groupId>
<artifactId>quarkuscoffeeshop-testutils</artifactId>
<version>4.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/io.quarkuscoffeeshop/quarkuscoffeeshop-testutils/
implementation 'io.quarkuscoffeeshop:quarkuscoffeeshop-testutils:4.0.0'
// https://jarcasting.com/artifacts/io.quarkuscoffeeshop/quarkuscoffeeshop-testutils/
implementation ("io.quarkuscoffeeshop:quarkuscoffeeshop-testutils:4.0.0")
'io.quarkuscoffeeshop:quarkuscoffeeshop-testutils:jar:4.0.0'
<dependency org="io.quarkuscoffeeshop" name="quarkuscoffeeshop-testutils" rev="4.0.0">
<artifact name="quarkuscoffeeshop-testutils" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.quarkuscoffeeshop', module='quarkuscoffeeshop-testutils', version='4.0.0')
)
libraryDependencies += "io.quarkuscoffeeshop" % "quarkuscoffeeshop-testutils" % "4.0.0"
[io.quarkuscoffeeshop/quarkuscoffeeshop-testutils "4.0.0"]
Group / Artifact | Type | Version |
---|---|---|
io.quarkuscoffeeshop : quarkuscoffeeshop-domain | jar | 4.0.0 |
io.quarkus : quarkus-jsonb | jar | |
io.quarkus : quarkus-junit5 | jar | |
io.quarkus : quarkus-junit5-mockito | jar | |
io.rest-assured : rest-assured | jar | |
org.apache.kafka : kafka-clients | jar | 2.6.0 |
org.testcontainers : junit-jupiter | jar | 1.15.0-rc2 |
org.testcontainers : kafka | jar | 1.15.0-rc2 |
org.testcontainers : mongodb | jar | 1.15.0-rc2 |
org.apache.commons : commons-lang3 | jar |
Group / Artifact | Type | Version |
---|---|---|
org.awaitility : awaitility | jar | 4.0.2 |
This project contains the domain objects for the application.
This project needs to be published to Maven Central with:
mvn -e deploy -Psonatype