s

spring-bytebuddy

基于byte-buddy生成Spring MVC 框架的Controller
https://github.com/hiwepy/${project.artifactId}
The Apache Software License, Version 2.0
wandl
Files download
File Operation
spring-bytebuddy-1.0.0.RELEASE.jar download
spring-bytebuddy-1.0.0.RELEASE.pom download
spring-bytebuddy-1.0.0.RELEASE-sources.jar download
Apache Maven
<dependency>
  <groupId>com.github.hiwepy</groupId>
  <artifactId>spring-bytebuddy</artifactId>
  <version>1.0.0.RELEASE</version>
</dependency>
Gradle Groovy
implementation 'com.github.hiwepy:spring-bytebuddy:1.0.0.RELEASE'
Gradle Kotlin
implementation("com.github.hiwepy:spring-bytebuddy:1.0.0.RELEASE")
Scala SBT
libraryDependencies += "com.github.hiwepy" % "spring-bytebuddy" % "1.0.0.RELEASE"
Groovy Grape
@Grapes(
  @Grab(group='com.github.hiwepy', module='spring-bytebuddy', version='1.0.0.RELEASE')
)
Apache Ivy
<dependency org="com.github.hiwepy" name="spring-bytebuddy" rev="1.0.0.RELEASE" />
Leiningen
[com.github.hiwepy/spring-bytebuddy "1.0.0.RELEASE"]
Apache Buildr
'com.github.hiwepy:spring-bytebuddy:jar:1.0.0.RELEASE'