License |
License |
---|---|
Categories |
CategoriesQuarkus Container Microservices Doma Data ORM |
GroupId | GroupIdio.quarkiverse.doma |
ArtifactId | ArtifactIdquarkus-doma-parent |
Last Version | Last Version0.0.7 |
Release Date | Release Date |
Type | Typepom |
Description |
DescriptionQuarkus - Doma - Parent
Parent POM for Quarkiverse projects that includes the default release and artifact publishing related
configuration
|
Project Organization |
Project Organization |
Filename | Size |
---|---|
quarkus-doma-parent-0.0.7.pom | 2 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.quarkiverse.doma/quarkus-doma-parent/ -->
<dependency>
<groupId>io.quarkiverse.doma</groupId>
<artifactId>quarkus-doma-parent</artifactId>
<version>0.0.7</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/io.quarkiverse.doma/quarkus-doma-parent/
implementation 'io.quarkiverse.doma:quarkus-doma-parent:0.0.7'
// https://jarcasting.com/artifacts/io.quarkiverse.doma/quarkus-doma-parent/
implementation ("io.quarkiverse.doma:quarkus-doma-parent:0.0.7")
'io.quarkiverse.doma:quarkus-doma-parent:pom:0.0.7'
<dependency org="io.quarkiverse.doma" name="quarkus-doma-parent" rev="0.0.7">
<artifact name="quarkus-doma-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='io.quarkiverse.doma', module='quarkus-doma-parent', version='0.0.7')
)
libraryDependencies += "io.quarkiverse.doma" % "quarkus-doma-parent" % "0.0.7"
[io.quarkiverse.doma/quarkus-doma-parent "0.0.7"]