MVN

io.github.toohandsome : class-assist

Maven & Gradle

Aug 25, 2023
2 stars

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

<dependency>
    <groupId>io.github.toohandsome</groupId>
    <artifactId>class-assist</artifactId>
    <version>1.1.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of io.github.toohandsome : class-assist to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.1.1

All Versions

Choose a version of io.github.toohandsome : class-assist to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.1.x
class-assist-1.1.1
class-assist-1.1.0
1.0.x
class-assist-1.0.9
class-assist-1.0.8
class-assist-1.0.6
class-assist-1.0.5
class-assist-1.0.4
class-assist-1.0.3
class-assist-1.0.2
class-assist-1.0.1
class-assist-1.0.0

How to add a dependency to Maven

Add the following io.github.toohandsome : class-assist maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>io.github.toohandsome</groupId>
    <artifactId>class-assist</artifactId>
    <version>1.1.1</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following io.github.toohandsome : class-assist gradle dependency to your build.gradle file:

implementation 'io.github.toohandsome:class-assist:1.1.1'

Gradle Kotlin DSL: Add the following io.github.toohandsome : class-assist gradle kotlin dependency to your build.gradle.kts file:

implementation("io.github.toohandsome:class-assist:1.1.1")

How to add a dependency to SBT Scala

SBT Scala: Add the following io.github.toohandsome : class-assist sbt scala dependency to your build.sbt file:

libraryDependencies += "io.github.toohandsome" % "class-assist" % "1.1.1"