License |
License |
---|---|
Categories |
CategoriesQuarkus Container Microservices config Application Layer Libs Configuration ORM Data |
GroupId | GroupIdio.quarkus.platform |
ArtifactId | ArtifactIdquarkus-platform-config |
Last Version | Last Version2.10.0.Final |
Release Date | Release Date |
Type | Typepom |
Description |
DescriptionQuarkus Platform - Configuration pom
Quarkus Universe 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
|
Project URL |
Project URL |
Project Organization |
Project Organization |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
quarkus-platform-config-2.10.0.Final.pom | 29 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.quarkus.platform/quarkus-platform-config/ -->
<dependency>
<groupId>io.quarkus.platform</groupId>
<artifactId>quarkus-platform-config</artifactId>
<version>2.10.0.Final</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/io.quarkus.platform/quarkus-platform-config/
implementation 'io.quarkus.platform:quarkus-platform-config:2.10.0.Final'
// https://jarcasting.com/artifacts/io.quarkus.platform/quarkus-platform-config/
implementation ("io.quarkus.platform:quarkus-platform-config:2.10.0.Final")
'io.quarkus.platform:quarkus-platform-config:pom:2.10.0.Final'
<dependency org="io.quarkus.platform" name="quarkus-platform-config" rev="2.10.0.Final">
<artifact name="quarkus-platform-config" type="pom" />
</dependency>
@Grapes(
@Grab(group='io.quarkus.platform', module='quarkus-platform-config', version='2.10.0.Final')
)
libraryDependencies += "io.quarkus.platform" % "quarkus-platform-config" % "2.10.0.Final"
[io.quarkus.platform/quarkus-platform-config "2.10.0.Final"]