ckronberger
  • Joined on 2024-12-10

io.quarkus:quarkus-bootstrap-core (9.9.9-ckronberger)

Published 2026-02-03 19:53:20 +00:00 by ckronberger

Installation

<repositories>
	<repository>
		<id>gitea</id>
		<url></url>
	</repository>
</repositories>

<distributionManagement>
	<repository>
		<id>gitea</id>
		<url></url>
	</repository>

	<snapshotRepository>
		<id>gitea</id>
		<url></url>
	</snapshotRepository>
</distributionManagement>
<dependency>
	<groupId>io.quarkus</groupId>
	<artifactId>quarkus-bootstrap-core</artifactId>
	<version>9.9.9-ckronberger</version>
</dependency>
mvn install
mvn dependency:get -DremoteRepositories= -Dartifact=io.quarkus:quarkus-bootstrap-core:9.9.9-ckronberger

Dependencies

io.quarkus:quarkus-classloader-commons
io.quarkus:quarkus-value-registry
io.quarkus:quarkus-bootstrap-app-model
io.quarkus:quarkus-bootstrap-json
io.quarkus:quarkus-bootstrap-maven-resolver
io.quarkus:quarkus-bootstrap-gradle-resolver
io.smallrye.common:smallrye-common-io
org.junit.jupiter:junit-jupiter
org.assertj:assertj-core
org.jboss.shrinkwrap:shrinkwrap-depchain
io.quarkus:quarkus-bootstrap-bom
${project.version}
io.quarkus:quarkus-bootstrap-bom-test
${project.version}