s

spring-bytebuddy

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