License |
License |
---|---|
Categories |
CategoriesASM Application Layer Libs Bytecode Manipulation |
GroupId | GroupIdtop.greatfeng.plugin |
ArtifactId | ArtifactIdasm_plugin |
Last Version | Last Version1.0.4 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionExample Application
A application used as an example on how to set uppushing its components to the Central Repository.
|
Filename | Size |
---|---|
asm_plugin-1.0.4.pom | |
asm_plugin-1.0.4.jar | 24 KB |
asm_plugin-1.0.4-sources.jar | 6 KB |
asm_plugin-1.0.4-javadoc.jar | 27 KB |
Browse |
<!-- https://jarcasting.com/artifacts/top.greatfeng.plugin/asm_plugin/ -->
<dependency>
<groupId>top.greatfeng.plugin</groupId>
<artifactId>asm_plugin</artifactId>
<version>1.0.4</version>
</dependency>
// https://jarcasting.com/artifacts/top.greatfeng.plugin/asm_plugin/
implementation 'top.greatfeng.plugin:asm_plugin:1.0.4'
// https://jarcasting.com/artifacts/top.greatfeng.plugin/asm_plugin/
implementation ("top.greatfeng.plugin:asm_plugin:1.0.4")
'top.greatfeng.plugin:asm_plugin:jar:1.0.4'
<dependency org="top.greatfeng.plugin" name="asm_plugin" rev="1.0.4">
<artifact name="asm_plugin" type="jar" />
</dependency>
@Grapes(
@Grab(group='top.greatfeng.plugin', module='asm_plugin', version='1.0.4')
)
libraryDependencies += "top.greatfeng.plugin" % "asm_plugin" % "1.0.4"
[top.greatfeng.plugin/asm_plugin "1.0.4"]
Group / Artifact | Type | Version |
---|---|---|
com.android.tools.build : gradle | jar | 3.2.1 |
org.ow2.asm : asm | jar | 9.1 |
org.ow2.asm : asm-commons | jar | 9.1 |
org.ow2.asm : asm-util | jar | 9.1 |