is not current version
Last Version 2.3.1.Final

io.quarkus:quarkus-devtools-reflection-agent 1.13.2.Final

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

1.13.2.Final
Type

Type

jar

Download quarkus-devtools-reflection-agent 1.13.2.Final


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