Categories |
CategoriesASM Application Layer Libs Bytecode Manipulation |
---|---|
GroupId | GroupIdcom.lgou2w |
ArtifactId | ArtifactIdldk-asm |
Version | Version0.1.8-beta12-hotfix2 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.lgou2w/ldk-asm/ -->
<dependency>
<groupId>com.lgou2w</groupId>
<artifactId>ldk-asm</artifactId>
<version>0.1.8-beta12-hotfix2</version>
</dependency>
// https://jarcasting.com/artifacts/com.lgou2w/ldk-asm/
implementation 'com.lgou2w:ldk-asm:0.1.8-beta12-hotfix2'
// https://jarcasting.com/artifacts/com.lgou2w/ldk-asm/
implementation ("com.lgou2w:ldk-asm:0.1.8-beta12-hotfix2")
'com.lgou2w:ldk-asm:jar:0.1.8-beta12-hotfix2'
<dependency org="com.lgou2w" name="ldk-asm" rev="0.1.8-beta12-hotfix2">
<artifact name="ldk-asm" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.lgou2w', module='ldk-asm', version='0.1.8-beta12-hotfix2')
)
libraryDependencies += "com.lgou2w" % "ldk-asm" % "0.1.8-beta12-hotfix2"
[com.lgou2w/ldk-asm "0.1.8-beta12-hotfix2"]