MethodInterceptor

通过asm动态修改java字节码,以达到方法拦截的目的

License

License

GroupId

GroupId

io.github.zhuguohui
ArtifactId

ArtifactId

method-interceptor
Last Version

Last Version

1.0.1
Release Date

Release Date

Type

Type

jar
Description

Description

MethodInterceptor
通过asm动态修改java字节码,以达到方法拦截的目的
Project URL

Project URL

https://github.com/zhuguohui/MehodInterceptor
Source Code Management

Source Code Management

https://github.com/qianyan/underscore.string.java

Download method-interceptor

How to add to project

<!-- https://jarcasting.com/artifacts/io.github.zhuguohui/method-interceptor/ -->
<dependency>
    <groupId>io.github.zhuguohui</groupId>
    <artifactId>method-interceptor</artifactId>
    <version>1.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/io.github.zhuguohui/method-interceptor/
implementation 'io.github.zhuguohui:method-interceptor:1.0.1'
// https://jarcasting.com/artifacts/io.github.zhuguohui/method-interceptor/
implementation ("io.github.zhuguohui:method-interceptor:1.0.1")
'io.github.zhuguohui:method-interceptor:jar:1.0.1'
<dependency org="io.github.zhuguohui" name="method-interceptor" rev="1.0.1">
  <artifact name="method-interceptor" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.github.zhuguohui', module='method-interceptor', version='1.0.1')
)
libraryDependencies += "io.github.zhuguohui" % "method-interceptor" % "1.0.1"
[io.github.zhuguohui/method-interceptor "1.0.1"]

Dependencies

runtime (1)

Group / Artifact Type Version
com.android.tools.build : gradle jar 3.1.3

Project Modules

There are no modules declared in this project.

Versions

Version
1.0.1
1.0.0