q

quarkus-class-change-agent

A Java Agent that exposes the instrumentation API. This allows for super fast hot reloads if there have been no changes to the structure of the class files. This agent is not required for hot reload, it just provides an optimisation in some circumstances.
Files download
File Operation
quarkus-class-change-agent-3.17.2.jar download
quarkus-class-change-agent-3.17.2.pom download
quarkus-class-change-agent-3.17.2-sources.jar download
Apache Maven
<dependency>
  <groupId>io.quarkus</groupId>
  <artifactId>quarkus-class-change-agent</artifactId>
  <version>3.17.2</version>
</dependency>
Gradle Groovy
implementation 'io.quarkus:quarkus-class-change-agent:3.17.2'
Gradle Kotlin
implementation("io.quarkus:quarkus-class-change-agent:3.17.2")
Scala SBT
libraryDependencies += "io.quarkus" % "quarkus-class-change-agent" % "3.17.2"
Groovy Grape
@Grapes(
  @Grab(group='io.quarkus', module='quarkus-class-change-agent', version='3.17.2')
)
Apache Ivy
<dependency org="io.quarkus" name="quarkus-class-change-agent" rev="3.17.2" />
Leiningen
[io.quarkus/quarkus-class-change-agent "3.17.2"]
Apache Buildr
'io.quarkus:quarkus-class-change-agent:jar:3.17.2'