com.github.hiwepy:spring-bytebuddy

基于byte-buddy生成Spring MVC 框架的Controller

License

License

GroupId

GroupId

com.github.hiwepy
ArtifactId

ArtifactId

spring-bytebuddy
Last Version

Last Version

1.0.0.RELEASE
Release Date

Release Date

Type

Type

jar
Description

Description

com.github.hiwepy:spring-bytebuddy
基于byte-buddy生成Spring MVC 框架的Controller
Project URL

Project URL

https://github.com/hiwepy/spring-bytebuddy

Download spring-bytebuddy

How to add to project

<!-- https://jarcasting.com/artifacts/com.github.hiwepy/spring-bytebuddy/ -->
<dependency>
    <groupId>com.github.hiwepy</groupId>
    <artifactId>spring-bytebuddy</artifactId>
    <version>1.0.0.RELEASE</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.hiwepy/spring-bytebuddy/
implementation 'com.github.hiwepy:spring-bytebuddy:1.0.0.RELEASE'
// https://jarcasting.com/artifacts/com.github.hiwepy/spring-bytebuddy/
implementation ("com.github.hiwepy:spring-bytebuddy:1.0.0.RELEASE")
'com.github.hiwepy:spring-bytebuddy:jar:1.0.0.RELEASE'
<dependency org="com.github.hiwepy" name="spring-bytebuddy" rev="1.0.0.RELEASE">
  <artifact name="spring-bytebuddy" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.hiwepy', module='spring-bytebuddy', version='1.0.0.RELEASE')
)
libraryDependencies += "com.github.hiwepy" % "spring-bytebuddy" % "1.0.0.RELEASE"
[com.github.hiwepy/spring-bytebuddy "1.0.0.RELEASE"]

Dependencies

compile (4)

Group / Artifact Type Version
org.slf4j : slf4j-api jar 1.7.25
org.apache.commons : commons-lang3 jar 3.7
net.bytebuddy : byte-buddy jar 1.10.17
javax.validation : validation-api jar 2.0.1.Final

provided (6)

Group / Artifact Type Version
org.projectlombok : lombok jar 1.18.16
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.19

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.0.RELEASE