Last Version

Quarkus Platform - BOM 0.0.1

Quarkus Platform aggregates extensions from Quarkus Core and those developed by the community into a single compatible and versioned set that application developers can reference from their applications to align the dependency versions

License

License

Categories

Categories

Quarkus Container Microservices ORM Data
GroupId

GroupId

io.quarkus
ArtifactId

ArtifactId

quarkus-platform-bom
Version

Version

0.0.1
Type

Type

pom
Description

Description

Quarkus Platform - BOM
Quarkus Platform aggregates extensions from Quarkus Core and those developed by the community into a single compatible and versioned set that application developers can reference from their applications to align the dependency versions

Download quarkus-platform-bom 0.0.1


<!-- https://jarcasting.com/artifacts/io.quarkus/quarkus-platform-bom/ -->
<dependency>
    <groupId>io.quarkus</groupId>
    <artifactId>quarkus-platform-bom</artifactId>
    <version>0.0.1</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/io.quarkus/quarkus-platform-bom/
implementation 'io.quarkus:quarkus-platform-bom:0.0.1'
// https://jarcasting.com/artifacts/io.quarkus/quarkus-platform-bom/
implementation ("io.quarkus:quarkus-platform-bom:0.0.1")
'io.quarkus:quarkus-platform-bom:pom:0.0.1'
<dependency org="io.quarkus" name="quarkus-platform-bom" rev="0.0.1">
  <artifact name="quarkus-platform-bom" type="pom" />
</dependency>
@Grapes(
@Grab(group='io.quarkus', module='quarkus-platform-bom', version='0.0.1')
)
libraryDependencies += "io.quarkus" % "quarkus-platform-bom" % "0.0.1"
[io.quarkus/quarkus-platform-bom "0.0.1"]

Dependencies

There are no dependencies for this project. It is a standalone project that does not depend on any other jars.

Project Modules

There are no modules declared in this project.