| Categories |
CategoriesASM Application Layer Libs Bytecode Manipulation |
|---|---|
| GroupId | GroupIdio.github.whilein.wcommons |
| ArtifactId | ArtifactIdwcommons-asm-patcher |
| Version | Version1.1.0 |
| Type | Typejar |
| Filename | Size |
|---|---|
| wcommons-asm-patcher-1.1.0.pom | |
| wcommons-asm-patcher-1.1.0.jar | 13 KB |
| wcommons-asm-patcher-1.1.0-sources.jar | 8 KB |
| wcommons-asm-patcher-1.1.0-javadoc.jar | 146 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/io.github.whilein.wcommons/wcommons-asm-patcher/ -->
<dependency>
<groupId>io.github.whilein.wcommons</groupId>
<artifactId>wcommons-asm-patcher</artifactId>
<version>1.1.0</version>
</dependency>
// https://jarcasting.com/artifacts/io.github.whilein.wcommons/wcommons-asm-patcher/
implementation 'io.github.whilein.wcommons:wcommons-asm-patcher:1.1.0'
// https://jarcasting.com/artifacts/io.github.whilein.wcommons/wcommons-asm-patcher/
implementation ("io.github.whilein.wcommons:wcommons-asm-patcher:1.1.0")
'io.github.whilein.wcommons:wcommons-asm-patcher:jar:1.1.0'
<dependency org="io.github.whilein.wcommons" name="wcommons-asm-patcher" rev="1.1.0">
<artifact name="wcommons-asm-patcher" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.github.whilein.wcommons', module='wcommons-asm-patcher', version='1.1.0')
)
libraryDependencies += "io.github.whilein.wcommons" % "wcommons-asm-patcher" % "1.1.0"
[io.github.whilein.wcommons/wcommons-asm-patcher "1.1.0"]