Последняя версия

class-assist 1.0.0

一款帮助修改第三方包中class的工具,不需要agent,不需要添加启动只需添加一个注解和实现一个接口即可,降低用户对 javassist 的使用成本

Лицензия

Лицензия

Группа

Группа

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

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

class-assist
Версия

Версия

1.0.0
Тип

Тип

jar
Описание

Описание

class-assist
一款帮助修改第三方包中class的工具,不需要agent,不需要添加启动只需添加一个注解和实现一个接口即可,降低用户对 javassist 的使用成本
Ссылка на сайт

Ссылка на сайт

https://github.com/toohandsome/classassist

Скачать class-assist 1.0.0


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

Зависимости

compile (4)

Идентификатор библиотеки Тип Версия
org.javassist : javassist jar 3.27.0-GA
cn.hutool : hutool-all jar 5.3.5
org.projectlombok : lombok jar 1.18.16
org.yaml : snakeyaml jar 1.29

provided (1)

Идентификатор библиотеки Тип Версия
org.springframework.boot : spring-boot-starter jar 2.5.6

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

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