| License | 
                License | 
        
|---|---|
| Categories | 
                CategoriesJavassist Application Layer Libs Bytecode Manipulation | 
        
| GroupId | GroupIdcom.github.hiwepy | 
    
| ArtifactId | ArtifactIdjavassist-plus | 
    
| Version | Version1.0.3.RELEASE | 
        
| Type | Typejar | 
    
| Description | 
            Descriptioncom.github.hiwepy:javassist-plus 
            javassist plus 
         | 
    
| Project URL | 
                    Project URL | 
            
<!-- https://jarcasting.com/artifacts/com.github.hiwepy/javassist-plus/ -->
<dependency>
    <groupId>com.github.hiwepy</groupId>
    <artifactId>javassist-plus</artifactId>
    <version>1.0.3.RELEASE</version>
</dependency>
                // https://jarcasting.com/artifacts/com.github.hiwepy/javassist-plus/
implementation 'com.github.hiwepy:javassist-plus:1.0.3.RELEASE'
                // https://jarcasting.com/artifacts/com.github.hiwepy/javassist-plus/
implementation ("com.github.hiwepy:javassist-plus:1.0.3.RELEASE")
                'com.github.hiwepy:javassist-plus:jar:1.0.3.RELEASE'
                <dependency org="com.github.hiwepy" name="javassist-plus" rev="1.0.3.RELEASE">
  <artifact name="javassist-plus" type="jar" />
</dependency>
                @Grapes(
@Grab(group='com.github.hiwepy', module='javassist-plus', version='1.0.3.RELEASE')
)
                libraryDependencies += "com.github.hiwepy" % "javassist-plus" % "1.0.3.RELEASE"
                [com.github.hiwepy/javassist-plus "1.0.3.RELEASE"]
                | Group / Artifact | Type | Version | 
|---|---|---|
| org.slf4j : slf4j-api | jar | 1.7.25 | 
| org.javassist : javassist | jar | 3.24.0-GA | 
| org.apache.commons : commons-lang3 | jar | 3.7 | 
| Group / Artifact | Type | Version | 
|---|---|---|
| junit : junit | jar | 4.12 | 
| org.slf4j : slf4j-simple | jar | 1.7.25 |