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 Doma Data ORM |
GroupId | GroupIdio.quarkuscoffeeshop |
ArtifactId | ArtifactIdquarkuscoffeeshop-domain |
Last Version | Last Version4.0.0 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptionquarkuscoffeeshop-domain
A Supersonic, Subatomic Event Driven Example Application
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
<!-- https://jarcasting.com/artifacts/io.quarkuscoffeeshop/quarkuscoffeeshop-domain/ -->
<dependency>
<groupId>io.quarkuscoffeeshop</groupId>
<artifactId>quarkuscoffeeshop-domain</artifactId>
<version>4.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/io.quarkuscoffeeshop/quarkuscoffeeshop-domain/
implementation 'io.quarkuscoffeeshop:quarkuscoffeeshop-domain:4.0.0'
// https://jarcasting.com/artifacts/io.quarkuscoffeeshop/quarkuscoffeeshop-domain/
implementation ("io.quarkuscoffeeshop:quarkuscoffeeshop-domain:4.0.0")
'io.quarkuscoffeeshop:quarkuscoffeeshop-domain:jar:4.0.0'
<dependency org="io.quarkuscoffeeshop" name="quarkuscoffeeshop-domain" rev="4.0.0">
<artifact name="quarkuscoffeeshop-domain" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.quarkuscoffeeshop', module='quarkuscoffeeshop-domain', version='4.0.0')
)
libraryDependencies += "io.quarkuscoffeeshop" % "quarkuscoffeeshop-domain" % "4.0.0"
[io.quarkuscoffeeshop/quarkuscoffeeshop-domain "4.0.0"]
Group / Artifact | Type | Version |
---|---|---|
org.apache.commons : commons-lang3 | jar | |
io.quarkus : quarkus-core | jar |
Group / Artifact | Type | Version |
---|---|---|
io.quarkus : quarkus-junit5 | jar | |
io.quarkus : quarkus-junit5-mockito | jar | |
io.rest-assured : rest-assured | jar | |
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