| License | 
                License | 
        
|---|---|
| Categories | 
                CategoriesJavassist Application Layer Libs Bytecode Manipulation | 
        
| GroupId | GroupIdcom.github.vindell | 
    
| ArtifactId | ArtifactIdcxf-rt-javassist | 
    
| Last Version | Last Version1.0.2.RELEASE | 
        
| Release Date | Release Date | 
        
| Type | Typejar | 
    
| Description | 
            Descriptioncom.github.vindell:cxf-rt-javassist 
            通过javassist生成基于cxf的jaxws、jaxrs实现 
         | 
    
| Project URL | 
                    Project URL | 
            
<!-- https://jarcasting.com/artifacts/com.github.vindell/cxf-rt-javassist/ -->
<dependency>
    <groupId>com.github.vindell</groupId>
    <artifactId>cxf-rt-javassist</artifactId>
    <version>1.0.2.RELEASE</version>
</dependency>
                // https://jarcasting.com/artifacts/com.github.vindell/cxf-rt-javassist/
implementation 'com.github.vindell:cxf-rt-javassist:1.0.2.RELEASE'
                // https://jarcasting.com/artifacts/com.github.vindell/cxf-rt-javassist/
implementation ("com.github.vindell:cxf-rt-javassist:1.0.2.RELEASE")
                'com.github.vindell:cxf-rt-javassist:jar:1.0.2.RELEASE'
                <dependency org="com.github.vindell" name="cxf-rt-javassist" rev="1.0.2.RELEASE">
  <artifact name="cxf-rt-javassist" type="jar" />
</dependency>
                @Grapes(
@Grab(group='com.github.vindell', module='cxf-rt-javassist', version='1.0.2.RELEASE')
)
                libraryDependencies += "com.github.vindell" % "cxf-rt-javassist" % "1.0.2.RELEASE"
                [com.github.vindell/cxf-rt-javassist "1.0.2.RELEASE"]
                | Group / Artifact | Type | Version | 
|---|---|---|
| org.slf4j : slf4j-api | jar | 1.7.25 | 
| org.apache.commons : commons-lang3 | jar | 3.7 | 
| org.javassist : javassist | jar | 3.24.0-GA | 
| com.github.vindell : javassist-plus | jar | 1.0.2.RELEASE | 
| Group / Artifact | Type | Version | 
|---|---|---|
| org.apache.cxf : cxf-rt-frontend-jaxws | jar | 3.2.4 | 
| org.apache.cxf : cxf-rt-frontend-jaxrs | jar | 3.2.4 | 
| 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 |