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