| License | License | 
|---|---|
| Categories | CategoriesJava Languages Byte Buddy Application Layer Libs Bytecode Manipulation | 
| GroupId | GroupIdio.github.qsy7.java.examples | 
| ArtifactId | ArtifactIdbyte-buddy | 
| Last Version | Last Version0.1.2 | 
| Release Date | Release Date | 
| Type | Typejar | 
| Description | Descriptionexamples - byte-buddy examples | 
| Filename | Size | 
|---|---|
| byte-buddy-0.1.2.pom | |
| byte-buddy-0.1.2.jar | 39 KB | 
| byte-buddy-0.1.2-sources.jar | 6 KB | 
| byte-buddy-0.1.2-javadoc.jar | 399 KB | 
| Browse | 
<!-- https://jarcasting.com/artifacts/io.github.qsy7.java.examples/byte-buddy/ -->
<dependency>
    <groupId>io.github.qsy7.java.examples</groupId>
    <artifactId>byte-buddy</artifactId>
    <version>0.1.2</version>
</dependency>// https://jarcasting.com/artifacts/io.github.qsy7.java.examples/byte-buddy/
implementation 'io.github.qsy7.java.examples:byte-buddy:0.1.2'// https://jarcasting.com/artifacts/io.github.qsy7.java.examples/byte-buddy/
implementation ("io.github.qsy7.java.examples:byte-buddy:0.1.2")'io.github.qsy7.java.examples:byte-buddy:jar:0.1.2'<dependency org="io.github.qsy7.java.examples" name="byte-buddy" rev="0.1.2">
  <artifact name="byte-buddy" type="jar" />
</dependency>@Grapes(
@Grab(group='io.github.qsy7.java.examples', module='byte-buddy', version='0.1.2')
)libraryDependencies += "io.github.qsy7.java.examples" % "byte-buddy" % "0.1.2"[io.github.qsy7.java.examples/byte-buddy "0.1.2"]| Group / Artifact | Type | Version | 
|---|---|---|
| io.github.qsy7.java.configuration.cli : guice | pom | 0.1.2 | 
| io.github.qsy7.java.dependencies : byte-buddy | pom | 0.1.2 | 
| Group / Artifact | Type | Version | 
|---|---|---|
| org.junit : junit-bom | pom | 5.8.2 | 
| org.junit.jupiter : junit-jupiter-engine | jar | 5.8.2 |