Categories |
CategoriesNet ASM Application Layer Libs Bytecode Manipulation |
---|---|
GroupId | GroupIdnet.kyori |
ArtifactId | ArtifactIdevent-method-asm |
Version | Version2.0.2 |
Type | Typejar |
Filename | Size |
---|---|
event-method-asm-2.0.2.pom | |
event-method-asm-2.0.2.jar | 5 KB |
event-method-asm-2.0.2-sources.jar | 3 KB |
event-method-asm-2.0.2-javadoc.jar | 19 KB |
Browse |
<!-- https://jarcasting.com/artifacts/net.kyori/event-method-asm/ -->
<dependency>
<groupId>net.kyori</groupId>
<artifactId>event-method-asm</artifactId>
<version>2.0.2</version>
</dependency>
// https://jarcasting.com/artifacts/net.kyori/event-method-asm/
implementation 'net.kyori:event-method-asm:2.0.2'
// https://jarcasting.com/artifacts/net.kyori/event-method-asm/
implementation ("net.kyori:event-method-asm:2.0.2")
'net.kyori:event-method-asm:jar:2.0.2'
<dependency org="net.kyori" name="event-method-asm" rev="2.0.2">
<artifact name="event-method-asm" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.kyori', module='event-method-asm', version='2.0.2')
)
libraryDependencies += "net.kyori" % "event-method-asm" % "2.0.2"
[net.kyori/event-method-asm "2.0.2"]