| License | 
                License | 
        
|---|---|
| Categories | 
                CategoriesJavassist Application Layer Libs Bytecode Manipulation | 
        
| GroupId | GroupIdcom.github.vindell | 
    
| ArtifactId | ArtifactIdspring-javassist | 
    
| Version | Version1.0.5.RELEASE | 
        
| Type | Typejar | 
    
| Description | 
            Descriptioncom.github.vindell:spring-javassist 
            基于javassist生成Spring MVC 框架的Controller 
         | 
    
| Project URL | 
                    Project URL | 
            
<!-- https://jarcasting.com/artifacts/com.github.vindell/spring-javassist/ -->
<dependency>
    <groupId>com.github.vindell</groupId>
    <artifactId>spring-javassist</artifactId>
    <version>1.0.5.RELEASE</version>
</dependency>
                // https://jarcasting.com/artifacts/com.github.vindell/spring-javassist/
implementation 'com.github.vindell:spring-javassist:1.0.5.RELEASE'
                // https://jarcasting.com/artifacts/com.github.vindell/spring-javassist/
implementation ("com.github.vindell:spring-javassist:1.0.5.RELEASE")
                'com.github.vindell:spring-javassist:jar:1.0.5.RELEASE'
                <dependency org="com.github.vindell" name="spring-javassist" rev="1.0.5.RELEASE">
  <artifact name="spring-javassist" type="jar" />
</dependency>
                @Grapes(
@Grab(group='com.github.vindell', module='spring-javassist', version='1.0.5.RELEASE')
)
                libraryDependencies += "com.github.vindell" % "spring-javassist" % "1.0.5.RELEASE"
                [com.github.vindell/spring-javassist "1.0.5.RELEASE"]
                | Group / Artifact | Type | Version | 
|---|---|---|
| org.slf4j : slf4j-api | jar | 1.7.25 | 
| org.apache.commons : commons-lang3 | jar | 3.7 | 
| com.github.vindell : javassist-plus | jar | 1.0.2.RELEASE | 
| Group / Artifact | Type | Version | 
|---|---|---|
| org.springframework : spring-webmvc | jar | 5.1.0.RELEASE | 
| org.springframework : spring-webflux | jar | 5.1.0.RELEASE | 
| org.springframework : spring-context | jar | 5.1.0.RELEASE | 
| io.springfox : springfox-core | jar | 2.9.2 | 
| io.swagger : swagger-annotations | jar | 1.5.22 | 
| Group / Artifact | Type | Version | 
|---|---|---|
| junit : junit | jar | 4.12 | 
| org.slf4j : slf4j-simple | jar | 1.7.25 | 
| commons-io : commons-io | jar | 2.6 | 
| commons-beanutils : commons-beanutils | jar | 1.9.3 |