| License | 
                License | 
        
|---|---|
| Categories | 
                CategoriesJavassist Application Layer Libs Bytecode Manipulation | 
        
| GroupId | GroupIdcom.github.vindell | 
    
| ArtifactId | ArtifactIdjavassist-plus | 
    
| Version | Version1.0.2.RELEASE | 
        
| Type | Typejar | 
    
| Description | 
            Descriptioncom.github.vindell:javassist-plus 
            javassist plus 
         | 
    
| Project URL | 
                    Project URL | 
            
<!-- https://jarcasting.com/artifacts/com.github.vindell/javassist-plus/ -->
<dependency>
    <groupId>com.github.vindell</groupId>
    <artifactId>javassist-plus</artifactId>
    <version>1.0.2.RELEASE</version>
</dependency>
                // https://jarcasting.com/artifacts/com.github.vindell/javassist-plus/
implementation 'com.github.vindell:javassist-plus:1.0.2.RELEASE'
                // https://jarcasting.com/artifacts/com.github.vindell/javassist-plus/
implementation ("com.github.vindell:javassist-plus:1.0.2.RELEASE")
                'com.github.vindell:javassist-plus:jar:1.0.2.RELEASE'
                <dependency org="com.github.vindell" name="javassist-plus" rev="1.0.2.RELEASE">
  <artifact name="javassist-plus" type="jar" />
</dependency>
                @Grapes(
@Grab(group='com.github.vindell', module='javassist-plus', version='1.0.2.RELEASE')
)
                libraryDependencies += "com.github.vindell" % "javassist-plus" % "1.0.2.RELEASE"
                [com.github.vindell/javassist-plus "1.0.2.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 |