is not current version
Last Version 1.12.12

Byte Buddy Gradle plugin 1.11.1

A plugin for post-processing class files via Byte Buddy in a Gradle build.

License

License

Categories

Categories

Gradle Build Tools Net Byte Buddy Application Layer Libs Bytecode Manipulation
GroupId

GroupId

net.bytebuddy
ArtifactId

ArtifactId

byte-buddy-gradle-plugin
Version

Version

1.11.1
Type

Type

jar
Description

Description

Byte Buddy Gradle plugin
A plugin for post-processing class files via Byte Buddy in a Gradle build.

Download byte-buddy-gradle-plugin 1.11.1


<!-- https://jarcasting.com/artifacts/net.bytebuddy/byte-buddy-gradle-plugin/ -->
<dependency>
    <groupId>net.bytebuddy</groupId>
    <artifactId>byte-buddy-gradle-plugin</artifactId>
    <version>1.11.1</version>
</dependency>
// https://jarcasting.com/artifacts/net.bytebuddy/byte-buddy-gradle-plugin/
implementation 'net.bytebuddy:byte-buddy-gradle-plugin:1.11.1'
// https://jarcasting.com/artifacts/net.bytebuddy/byte-buddy-gradle-plugin/
implementation ("net.bytebuddy:byte-buddy-gradle-plugin:1.11.1")
'net.bytebuddy:byte-buddy-gradle-plugin:jar:1.11.1'
<dependency org="net.bytebuddy" name="byte-buddy-gradle-plugin" rev="1.11.1">
  <artifact name="byte-buddy-gradle-plugin" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.bytebuddy', module='byte-buddy-gradle-plugin', version='1.11.1')
)
libraryDependencies += "net.bytebuddy" % "byte-buddy-gradle-plugin" % "1.11.1"
[net.bytebuddy/byte-buddy-gradle-plugin "1.11.1"]

Dependencies

compile (1)

Group / Artifact Type Version
net.bytebuddy : byte-buddy jar 1.11.1

provided (1)

Group / Artifact Type Version
com.google.code.findbugs : findbugs-annotations jar 3.0.1

Project Modules

There are no modules declared in this project.