l

live-trace-plugin

Print the parameter information of the related method of the specified class, the name and value of the input parameter
https://github.com/haoyubihai/ASMApplication
The Apache License, Version 2.0
haoyubihai
Files download
File Operation
live-trace-plugin-0.1.0.jar download
live-trace-plugin-0.1.0.pom download
live-trace-plugin-0.1.0-sources.jar download
Apache Maven
<dependency>
  <groupId>io.github.haoyubihai</groupId>
  <artifactId>live-trace-plugin</artifactId>
  <version>0.1.0</version>
</dependency>
Gradle Groovy
implementation 'io.github.haoyubihai:live-trace-plugin:0.1.0'
Gradle Kotlin
implementation("io.github.haoyubihai:live-trace-plugin:0.1.0")
Scala SBT
libraryDependencies += "io.github.haoyubihai" % "live-trace-plugin" % "0.1.0"
Groovy Grape
@Grapes(
  @Grab(group='io.github.haoyubihai', module='live-trace-plugin', version='0.1.0')
)
Apache Ivy
<dependency org="io.github.haoyubihai" name="live-trace-plugin" rev="0.1.0" />
Leiningen
[io.github.haoyubihai/live-trace-plugin "0.1.0"]
Apache Buildr
'io.github.haoyubihai:live-trace-plugin:jar:0.1.0'