w

wcommons-asm-patcher

Runtime bytecode modification
The Apache License, Version 2.0
文件下载
文件名 操作
wcommons-asm-patcher-1.1.1.jar 下载
wcommons-asm-patcher-1.1.1.pom 下载
wcommons-asm-patcher-1.1.1-sources.jar 下载
Apache Maven
<dependency>
  <groupId>io.github.whilein.wcommons</groupId>
  <artifactId>wcommons-asm-patcher</artifactId>
  <version>1.1.1</version>
</dependency>
Gradle Groovy
implementation 'io.github.whilein.wcommons:wcommons-asm-patcher:1.1.1'
Gradle Kotlin
implementation("io.github.whilein.wcommons:wcommons-asm-patcher:1.1.1")
Scala SBT
libraryDependencies += "io.github.whilein.wcommons" % "wcommons-asm-patcher" % "1.1.1"
Groovy Grape
@Grapes(
  @Grab(group='io.github.whilein.wcommons', module='wcommons-asm-patcher', version='1.1.1')
)
Apache Ivy
<dependency org="io.github.whilein.wcommons" name="wcommons-asm-patcher" rev="1.1.1" />
Leiningen
[io.github.whilein.wcommons/wcommons-asm-patcher "1.1.1"]
Apache Buildr
'io.github.whilein.wcommons:wcommons-asm-patcher:jar:1.1.1'