| License |
License |
|---|---|
| GroupId | GroupIdio.github.toohandsome |
| ArtifactId | ArtifactIdclass-assist |
| Version | Version1.0.0 |
| Type | Typejar |
| Description |
Descriptionclass-assist
一款帮助修改第三方包中class的工具,不需要agent,不需要添加启动只需添加一个注解和实现一个接口即可,降低用户对 javassist 的使用成本
|
| Project URL |
Project URL |
| Filename | Size |
|---|---|
| class-assist-1.0.0.pom | |
| class-assist-1.0.0.jar | 22 KB |
| class-assist-1.0.0-sources.jar | 12 KB |
| class-assist-1.0.0-javadoc.jar | 87 KB |
| Browse |
<!-- 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"]
| Group / Artifact | Type | Version |
|---|---|---|
| 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 |
| Group / Artifact | Type | Version |
|---|---|---|
| org.springframework.boot : spring-boot-starter | jar | 2.5.6 |