| License |
License |
|---|---|
| Categories |
CategoriesQuarkus Container Microservices Doma Data ORM |
| GroupId | GroupIdio.quarkiverse.doma |
| ArtifactId | ArtifactIdquarkus-doma |
| Last Version | Last Version0.0.7 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
DescriptionQuarkus - Doma - Runtime
Simplify your database accesses with compile-time code generation
|
| Project Organization |
Project Organization |
| Filename | Size |
|---|---|
| quarkus-doma-0.0.7.pom | |
| quarkus-doma-0.0.7.jar | 32 KB |
| quarkus-doma-0.0.7-sources.jar | 14 KB |
| quarkus-doma-0.0.7-javadoc.jar | 513 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/io.quarkiverse.doma/quarkus-doma/ -->
<dependency>
<groupId>io.quarkiverse.doma</groupId>
<artifactId>quarkus-doma</artifactId>
<version>0.0.7</version>
</dependency>
// https://jarcasting.com/artifacts/io.quarkiverse.doma/quarkus-doma/
implementation 'io.quarkiverse.doma:quarkus-doma:0.0.7'
// https://jarcasting.com/artifacts/io.quarkiverse.doma/quarkus-doma/
implementation ("io.quarkiverse.doma:quarkus-doma:0.0.7")
'io.quarkiverse.doma:quarkus-doma:jar:0.0.7'
<dependency org="io.quarkiverse.doma" name="quarkus-doma" rev="0.0.7">
<artifact name="quarkus-doma" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.quarkiverse.doma', module='quarkus-doma', version='0.0.7')
)
libraryDependencies += "io.quarkiverse.doma" % "quarkus-doma" % "0.0.7"
[io.quarkiverse.doma/quarkus-doma "0.0.7"]
| Group / Artifact | Type | Version |
|---|---|---|
| io.quarkus : quarkus-core | jar | |
| io.quarkus : quarkus-arc | jar | |
| io.quarkus : quarkus-agroal | jar | |
| org.seasar.doma : doma-core | jar | 2.51.0 |
| org.seasar.doma : doma-slf4j | jar | 2.51.0 |