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