License |
License |
---|---|
Categories |
CategoriesGradle Build Tools Net Byte Buddy Application Layer Libs Bytecode Manipulation |
GroupId | GroupIdnet.bytebuddy |
ArtifactId | ArtifactIdbyte-buddy-gradle-plugin |
Last Version | Last Version1.12.12 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionByte Buddy Gradle plugin
A plugin for post-processing class files via Byte Buddy in a Gradle build.
|
<!-- 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"]
Group / Artifact | Type | Version |
---|---|---|
net.bytebuddy : byte-buddy | jar | 1.12.12 |
Group / Artifact | Type | Version |
---|---|---|
com.google.code.findbugs : findbugs-annotations | jar | 3.0.1 |
com.google.code.findbugs : jsr305 | jar | 3.0.2 |