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