b

byte-buddy-maven-plugin

A plugin for post-processing class files via Byte Buddy in a Maven build.
文件下载
文件名 操作
byte-buddy-maven-plugin-1.15.0.jar 下载
byte-buddy-maven-plugin-1.15.0.pom 下载
byte-buddy-maven-plugin-1.15.0-sources.jar 下载
Apache Maven
<dependency>
  <groupId>net.bytebuddy</groupId>
  <artifactId>byte-buddy-maven-plugin</artifactId>
  <version>1.15.0</version>
  <type>maven-plugin</type>
</dependency>
Gradle Groovy
implementation 'net.bytebuddy:byte-buddy-maven-plugin:1.15.0'
Gradle Kotlin
implementation("net.bytebuddy:byte-buddy-maven-plugin:1.15.0")
Scala SBT
libraryDependencies += "net.bytebuddy" % "byte-buddy-maven-plugin" % "1.15.0"
Groovy Grape
@Grapes(
  @Grab(group='net.bytebuddy', module='byte-buddy-maven-plugin', version='1.15.0')
)
Apache Ivy
<dependency org="net.bytebuddy" name="byte-buddy-maven-plugin" rev="1.15.0" />
Leiningen
[net.bytebuddy/byte-buddy-maven-plugin "1.15.0"]
Apache Buildr
'net.bytebuddy:byte-buddy-maven-plugin:jar:1.15.0'