License |
License |
---|---|
Categories |
CategoriesNet Byte Buddy Application Layer Libs Bytecode Manipulation |
GroupId | GroupIdnet.bytebuddy |
ArtifactId | ArtifactIdbyte-buddy-parent |
Last Version | Last Version1.12.12 |
Release Date | Release Date |
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.12.12.pom | 39 KB |
Browse |
<!-- https://jarcasting.com/artifacts/net.bytebuddy/byte-buddy-parent/ -->
<dependency>
<groupId>net.bytebuddy</groupId>
<artifactId>byte-buddy-parent</artifactId>
<version>1.12.12</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/net.bytebuddy/byte-buddy-parent/
implementation 'net.bytebuddy:byte-buddy-parent:1.12.12'
// https://jarcasting.com/artifacts/net.bytebuddy/byte-buddy-parent/
implementation ("net.bytebuddy:byte-buddy-parent:1.12.12")
'net.bytebuddy:byte-buddy-parent:pom:1.12.12'
<dependency org="net.bytebuddy" name="byte-buddy-parent" rev="1.12.12">
<artifact name="byte-buddy-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='net.bytebuddy', module='byte-buddy-parent', version='1.12.12')
)
libraryDependencies += "net.bytebuddy" % "byte-buddy-parent" % "1.12.12"
[net.bytebuddy/byte-buddy-parent "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 |