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