| License |
License |
|---|---|
| Categories |
CategoriesQuarkus Container Microservices |
| GroupId | GroupIdio.quarkus |
| ArtifactId | ArtifactIdquarkus-bootstrap-bom |
| Last Version | Last Version2.10.0.Final |
| Release Date | Release Date |
| Type | Typepom |
| Description |
DescriptionQuarkus - Bootstrap - BOM
Provides, via submodules, a base configuration for JBoss project builds, as well as a derived configuration supporting multi-release JARs
|
| Project URL |
Project URL |
| Project Organization |
Project Organization |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| quarkus-bootstrap-bom-2.10.0.Final.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.10.0.Final</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/io.quarkus/quarkus-bootstrap-bom/
implementation 'io.quarkus:quarkus-bootstrap-bom:2.10.0.Final'
// https://jarcasting.com/artifacts/io.quarkus/quarkus-bootstrap-bom/
implementation ("io.quarkus:quarkus-bootstrap-bom:2.10.0.Final")
'io.quarkus:quarkus-bootstrap-bom:pom:2.10.0.Final'
<dependency org="io.quarkus" name="quarkus-bootstrap-bom" rev="2.10.0.Final">
<artifact name="quarkus-bootstrap-bom" type="pom" />
</dependency>
@Grapes(
@Grab(group='io.quarkus', module='quarkus-bootstrap-bom', version='2.10.0.Final')
)
libraryDependencies += "io.quarkus" % "quarkus-bootstrap-bom" % "2.10.0.Final"
[io.quarkus/quarkus-bootstrap-bom "2.10.0.Final"]