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