| Categories |
CategoriesNet Byte Buddy Application Layer Libs Bytecode Manipulation |
|---|---|
| GroupId | GroupIdnet.bytebuddy |
| ArtifactId | ArtifactIdbyte-buddy-parent |
| Version | Version0.6.2 |
| Type | Typepom |
| Filename | Size |
|---|---|
| byte-buddy-parent-0.6.2.pom | 14 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/net.bytebuddy/byte-buddy-parent/ -->
<dependency>
<groupId>net.bytebuddy</groupId>
<artifactId>byte-buddy-parent</artifactId>
<version>0.6.2</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/net.bytebuddy/byte-buddy-parent/
implementation 'net.bytebuddy:byte-buddy-parent:0.6.2'
// https://jarcasting.com/artifacts/net.bytebuddy/byte-buddy-parent/
implementation ("net.bytebuddy:byte-buddy-parent:0.6.2")
'net.bytebuddy:byte-buddy-parent:pom:0.6.2'
<dependency org="net.bytebuddy" name="byte-buddy-parent" rev="0.6.2">
<artifact name="byte-buddy-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='net.bytebuddy', module='byte-buddy-parent', version='0.6.2')
)
libraryDependencies += "net.bytebuddy" % "byte-buddy-parent" % "0.6.2"
[net.bytebuddy/byte-buddy-parent "0.6.2"]