is not current version
Last Version 2.10.0.Final

io.quarkus:quarkus-bootstrap-runner 1.8.0.CR1

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.

Categories

Categories

Quarkus Container Microservices
GroupId

GroupId

io.quarkus
ArtifactId

ArtifactId

quarkus-bootstrap-runner
Version

Version

1.8.0.CR1
Type

Type

jar

Download quarkus-bootstrap-runner 1.8.0.CR1


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