b

byte-buddy-maven-plugin

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