is not current version
Last Version 2.10.0.Final

io.quarkus:quarkus-class-change-agent 2.1.0.CR1

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.

Categories

Categories

Quarkus Container Microservices
GroupId

GroupId

io.quarkus
ArtifactId

ArtifactId

quarkus-class-change-agent
Version

Version

2.1.0.CR1
Type

Type

jar

Download quarkus-class-change-agent 2.1.0.CR1


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