is not current version
Last Version 2.10.0.Final

Quarkus - Bootstrap - Runner 2.7.0.Final

The entry point for production applications using the custom ClassLoader. This contains the production ClassLoader code and must not have any non parent first dependencies.

License

License

Categories

Categories

Quarkus Container Microservices
GroupId

GroupId

io.quarkus
ArtifactId

ArtifactId

quarkus-bootstrap-runner
Version

Version

2.7.0.Final
Type

Type

jar
Description

Description

Quarkus - Bootstrap - Runner
The entry point for production applications using the custom ClassLoader. This contains the production ClassLoader code and must not have any non parent first dependencies.
Project Organization

Project Organization

JBoss by Red Hat

Download quarkus-bootstrap-runner 2.7.0.Final


<!-- https://jarcasting.com/artifacts/io.quarkus/quarkus-bootstrap-runner/ -->
<dependency>
    <groupId>io.quarkus</groupId>
    <artifactId>quarkus-bootstrap-runner</artifactId>
    <version>2.7.0.Final</version>
</dependency>
// https://jarcasting.com/artifacts/io.quarkus/quarkus-bootstrap-runner/
implementation 'io.quarkus:quarkus-bootstrap-runner:2.7.0.Final'
// https://jarcasting.com/artifacts/io.quarkus/quarkus-bootstrap-runner/
implementation ("io.quarkus:quarkus-bootstrap-runner:2.7.0.Final")
'io.quarkus:quarkus-bootstrap-runner:jar:2.7.0.Final'
<dependency org="io.quarkus" name="quarkus-bootstrap-runner" rev="2.7.0.Final">
  <artifact name="quarkus-bootstrap-runner" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.quarkus', module='quarkus-bootstrap-runner', version='2.7.0.Final')
)
libraryDependencies += "io.quarkus" % "quarkus-bootstrap-runner" % "2.7.0.Final"
[io.quarkus/quarkus-bootstrap-runner "2.7.0.Final"]

Dependencies

compile (3)

Group / Artifact Type Version
io.smallrye.common : smallrye-common-io jar
org.jboss.logmanager : jboss-logmanager-embedded jar
org.jboss.logging : jboss-logging jar

test (4)

Group / Artifact Type Version
org.junit.jupiter : junit-jupiter jar
org.jboss.shrinkwrap : shrinkwrap-depchain pom
io.quarkus : quarkus-bootstrap-bom pom 2.7.0.Final
io.quarkus : quarkus-bootstrap-bom-test pom 2.7.0.Final

Project Modules

There are no modules declared in this project.