License |
License |
---|---|
Categories |
CategoriesQuarkus Container Microservices |
GroupId | GroupIdio.quarkus |
ArtifactId | ArtifactIdquarkus-bootstrap-core |
Version | Version2.6.0.CR1 |
Type | Typejar |
Description |
DescriptionQuarkus - Bootstrap - Core
Provides, via submodules, a base configuration for JBoss project builds, as well as a derived configuration supporting multi-release JARs
|
Project Organization |
Project Organization |
<!-- https://jarcasting.com/artifacts/io.quarkus/quarkus-bootstrap-core/ -->
<dependency>
<groupId>io.quarkus</groupId>
<artifactId>quarkus-bootstrap-core</artifactId>
<version>2.6.0.CR1</version>
</dependency>
// https://jarcasting.com/artifacts/io.quarkus/quarkus-bootstrap-core/
implementation 'io.quarkus:quarkus-bootstrap-core:2.6.0.CR1'
// https://jarcasting.com/artifacts/io.quarkus/quarkus-bootstrap-core/
implementation ("io.quarkus:quarkus-bootstrap-core:2.6.0.CR1")
'io.quarkus:quarkus-bootstrap-core:jar:2.6.0.CR1'
<dependency org="io.quarkus" name="quarkus-bootstrap-core" rev="2.6.0.CR1">
<artifact name="quarkus-bootstrap-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.quarkus', module='quarkus-bootstrap-core', version='2.6.0.CR1')
)
libraryDependencies += "io.quarkus" % "quarkus-bootstrap-core" % "2.6.0.CR1"
[io.quarkus/quarkus-bootstrap-core "2.6.0.CR1"]
Group / Artifact | Type | Version |
---|---|---|
io.quarkus : quarkus-bootstrap-app-model | jar | |
io.quarkus : quarkus-bootstrap-maven-resolver | jar | |
io.quarkus : quarkus-bootstrap-gradle-resolver | jar | |
io.quarkus : quarkus-fs-util | jar | |
io.smallrye.common : smallrye-common-io | jar |
Group / Artifact | Type | Version |
---|---|---|
org.junit.jupiter : junit-jupiter | jar | |
org.jboss.shrinkwrap : shrinkwrap-depchain | pom | |
io.quarkus : quarkus-bootstrap-bom | pom | 2.6.0.CR1 |
io.quarkus : quarkus-bootstrap-bom-test | pom | 2.6.0.CR1 |