Last Version

Byte Buddy Gradle plugin 1.12.12

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.12.12
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.12.12


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

Dependencies

compile (1)

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

provided (2)

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

Project Modules

There are no modules declared in this project.