Categories |
CategoriesASM Application Layer Libs Bytecode Manipulation EventBus Messaging |
---|---|
GroupId | GroupIdcom.lgou2w |
ArtifactId | ArtifactIdldk-eventbus-asm |
Version | Version0.1.9 |
Type | Typejar |
Filename | Size |
---|---|
ldk-eventbus-asm-0.1.9.pom | |
ldk-eventbus-asm-0.1.9.jar | 13 KB |
ldk-eventbus-asm-0.1.9-sources.jar | 4 KB |
ldk-eventbus-asm-0.1.9-javadoc.jar | 1 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.lgou2w/ldk-eventbus-asm/ -->
<dependency>
<groupId>com.lgou2w</groupId>
<artifactId>ldk-eventbus-asm</artifactId>
<version>0.1.9</version>
</dependency>
// https://jarcasting.com/artifacts/com.lgou2w/ldk-eventbus-asm/
implementation 'com.lgou2w:ldk-eventbus-asm:0.1.9'
// https://jarcasting.com/artifacts/com.lgou2w/ldk-eventbus-asm/
implementation ("com.lgou2w:ldk-eventbus-asm:0.1.9")
'com.lgou2w:ldk-eventbus-asm:jar:0.1.9'
<dependency org="com.lgou2w" name="ldk-eventbus-asm" rev="0.1.9">
<artifact name="ldk-eventbus-asm" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.lgou2w', module='ldk-eventbus-asm', version='0.1.9')
)
libraryDependencies += "com.lgou2w" % "ldk-eventbus-asm" % "0.1.9"
[com.lgou2w/ldk-eventbus-asm "0.1.9"]