com.github.vindell:spring-javassist

基于javassist生成Spring MVC 框架的Controller

License

License

Categories

Categories

Javassist Application Layer Libs Bytecode Manipulation
GroupId

GroupId

com.github.vindell
ArtifactId

ArtifactId

spring-javassist
Last Version

Last Version

1.0.5.RELEASE
Release Date

Release Date

Type

Type

jar
Description

Description

com.github.vindell:spring-javassist
基于javassist生成Spring MVC 框架的Controller
Project URL

Project URL

https://github.com/vindell/spring-javassist

Download spring-javassist

How to add to project

<!-- 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"]

Dependencies

compile (3)

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

provided (5)

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

test (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

Project Modules

There are no modules declared in this project.

Versions

Version
1.0.5.RELEASE
1.0.4.RELEASE
1.0.3.RELEASE
1.0.2.RELEASE
1.0.1.RELEASE
1.0.0.RELEASE