| License | License | 
|---|---|
| GroupId | GroupIdcom.fitbur.external | 
| ArtifactId | ArtifactIdexternal-bytebuddy | 
| Last Version | Last Version1.0.0 | 
| Release Date | Release Date | 
| Type | Typejar | 
| Description | DescriptionFitburIO External is a collection of shaded external third party libraries. | 
| Project Organization | Project OrganizationFitburIO | 
| Filename | Size | 
|---|---|
| external-bytebuddy-1.0.0.pom | |
| external-bytebuddy-1.0.0.jar | 1 MB | 
| external-bytebuddy-1.0.0-sources.jar | 1 MB | 
| external-bytebuddy-1.0.0-javadoc.jar | 23 KB | 
| Browse | 
<!-- https://jarcasting.com/artifacts/com.fitbur.external/external-bytebuddy/ -->
<dependency>
    <groupId>com.fitbur.external</groupId>
    <artifactId>external-bytebuddy</artifactId>
    <version>1.0.0</version>
</dependency>// https://jarcasting.com/artifacts/com.fitbur.external/external-bytebuddy/
implementation 'com.fitbur.external:external-bytebuddy:1.0.0'// https://jarcasting.com/artifacts/com.fitbur.external/external-bytebuddy/
implementation ("com.fitbur.external:external-bytebuddy:1.0.0")'com.fitbur.external:external-bytebuddy:jar:1.0.0'<dependency org="com.fitbur.external" name="external-bytebuddy" rev="1.0.0">
  <artifact name="external-bytebuddy" type="jar" />
</dependency>@Grapes(
@Grab(group='com.fitbur.external', module='external-bytebuddy', version='1.0.0')
)libraryDependencies += "com.fitbur.external" % "external-bytebuddy" % "1.0.0"[com.fitbur.external/external-bytebuddy "1.0.0"]