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