is not current version
Last Version 2.3.1.Final

io.quarkus:quarkus-devtools-reflection-agent 0.21.0

A Java Agent that can detect the usage of Class.forName on classes that have not been registered for reflection. To use this your Quarkus app must have been build with -Dquarkus.reflection.debug.

Categories

Categories

Quarkus Container Microservices
GroupId

GroupId

io.quarkus
ArtifactId

ArtifactId

quarkus-devtools-reflection-agent
Version

Version

0.21.0
Type

Type

jar

Download quarkus-devtools-reflection-agent 0.21.0


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