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