Categories |
CategoriesQuarkus Container Microservices |
---|---|
GroupId | GroupIdio.quarkus |
ArtifactId | ArtifactIdquarkus-universe-parent |
Version | Version0.0.4 |
Type | Typepom |
Filename | Size |
---|---|
quarkus-universe-parent-0.0.4.pom | 4 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.quarkus/quarkus-universe-parent/ -->
<dependency>
<groupId>io.quarkus</groupId>
<artifactId>quarkus-universe-parent</artifactId>
<version>0.0.4</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/io.quarkus/quarkus-universe-parent/
implementation 'io.quarkus:quarkus-universe-parent:0.0.4'
// https://jarcasting.com/artifacts/io.quarkus/quarkus-universe-parent/
implementation ("io.quarkus:quarkus-universe-parent:0.0.4")
'io.quarkus:quarkus-universe-parent:pom:0.0.4'
<dependency org="io.quarkus" name="quarkus-universe-parent" rev="0.0.4">
<artifact name="quarkus-universe-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='io.quarkus', module='quarkus-universe-parent', version='0.0.4')
)
libraryDependencies += "io.quarkus" % "quarkus-universe-parent" % "0.0.4"
[io.quarkus/quarkus-universe-parent "0.0.4"]