License |
License |
---|---|
Categories |
CategoriesASM Application Layer Libs Bytecode Manipulation |
GroupId | GroupIdcom.fitbur.external |
ArtifactId | ArtifactIdexternal-asm |
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-asm-1.0.0.pom | |
external-asm-1.0.0.jar | 244 KB |
external-asm-1.0.0-sources.jar | 644 KB |
external-asm-1.0.0-javadoc.jar | 22 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.fitbur.external/external-asm/ -->
<dependency>
<groupId>com.fitbur.external</groupId>
<artifactId>external-asm</artifactId>
<version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.fitbur.external/external-asm/
implementation 'com.fitbur.external:external-asm:1.0.0'
// https://jarcasting.com/artifacts/com.fitbur.external/external-asm/
implementation ("com.fitbur.external:external-asm:1.0.0")
'com.fitbur.external:external-asm:jar:1.0.0'
<dependency org="com.fitbur.external" name="external-asm" rev="1.0.0">
<artifact name="external-asm" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.fitbur.external', module='external-asm', version='1.0.0')
)
libraryDependencies += "com.fitbur.external" % "external-asm" % "1.0.0"
[com.fitbur.external/external-asm "1.0.0"]