не последняя версия
Последняя версия 2.10.0.Final

Quarkus - Core - Class Change Agent 2.1.0.Final

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.

Лицензия

Лицензия

Категории

Категории

Quarkus Контейнер Микросервисы
Группа

Группа

io.quarkus
Идентификатор

Идентификатор

quarkus-class-change-agent
Версия

Версия

2.1.0.Final
Тип

Тип

jar
Описание

Описание

Quarkus - Core - 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.
Организация-разработчик

Организация-разработчик

JBoss by Red Hat

Скачать quarkus-class-change-agent 2.1.0.Final


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

Зависимости

Библиотека не имеет зависимостей. Это самодостаточное приложение, которое не зависит ни от каких других библиотек.

Модули Проекта

Данный проект не имеет модулей.