| License |
License |
|---|---|
| Categories |
CategoriesNet Byte Buddy Application Layer Libs Bytecode Manipulation |
| GroupId | GroupIdnet.bytebuddy |
| ArtifactId | ArtifactIdbyte-buddy-parent |
| Version | Version1.11.6 |
| Type | Typepom |
| Description |
DescriptionByte Buddy (parent)
Byte Buddy is a Java library for creating Java classes at run time.
The parent artifact contains configuration information that concern all modules.
|
| Project URL |
Project URL |
| Filename | Size |
|---|---|
| byte-buddy-parent-1.11.6.pom | 40 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/net.bytebuddy/byte-buddy-parent/ -->
<dependency>
<groupId>net.bytebuddy</groupId>
<artifactId>byte-buddy-parent</artifactId>
<version>1.11.6</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/net.bytebuddy/byte-buddy-parent/
implementation 'net.bytebuddy:byte-buddy-parent:1.11.6'
// https://jarcasting.com/artifacts/net.bytebuddy/byte-buddy-parent/
implementation ("net.bytebuddy:byte-buddy-parent:1.11.6")
'net.bytebuddy:byte-buddy-parent:pom:1.11.6'
<dependency org="net.bytebuddy" name="byte-buddy-parent" rev="1.11.6">
<artifact name="byte-buddy-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='net.bytebuddy', module='byte-buddy-parent', version='1.11.6')
)
libraryDependencies += "net.bytebuddy" % "byte-buddy-parent" % "1.11.6"
[net.bytebuddy/byte-buddy-parent "1.11.6"]
| Group / Artifact | Type | Version |
|---|---|---|
| com.google.code.findbugs : findbugs-annotations | jar | 3.0.1 |