Categories |
CategoriesQuarkus Container Microservices |
---|---|
GroupId | GroupIdio.quarkus |
ArtifactId | ArtifactIdquarkus-bootstrap-core |
Version | Version2.9.1.Final |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/io.quarkus/quarkus-bootstrap-core/ -->
<dependency>
<groupId>io.quarkus</groupId>
<artifactId>quarkus-bootstrap-core</artifactId>
<version>2.9.1.Final</version>
</dependency>
// https://jarcasting.com/artifacts/io.quarkus/quarkus-bootstrap-core/
implementation 'io.quarkus:quarkus-bootstrap-core:2.9.1.Final'
// https://jarcasting.com/artifacts/io.quarkus/quarkus-bootstrap-core/
implementation ("io.quarkus:quarkus-bootstrap-core:2.9.1.Final")
'io.quarkus:quarkus-bootstrap-core:jar:2.9.1.Final'
<dependency org="io.quarkus" name="quarkus-bootstrap-core" rev="2.9.1.Final">
<artifact name="quarkus-bootstrap-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.quarkus', module='quarkus-bootstrap-core', version='2.9.1.Final')
)
libraryDependencies += "io.quarkus" % "quarkus-bootstrap-core" % "2.9.1.Final"
[io.quarkus/quarkus-bootstrap-core "2.9.1.Final"]