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