is not current version
Last Version 6.2

org.kohsuke:asm6 6.0_BETA

ObjectWeb ASM package-renamed to isolate incompatibilities between major versions

Categories

Categories

ASM Application Layer Libs Bytecode Manipulation
GroupId

GroupId

org.kohsuke
ArtifactId

ArtifactId

asm6
Version

Version

6.0_BETA
Type

Type

jar

Download asm6 6.0_BETA


<!-- https://jarcasting.com/artifacts/org.kohsuke/asm6/ -->
<dependency>
    <groupId>org.kohsuke</groupId>
    <artifactId>asm6</artifactId>
    <version>6.0_BETA</version>
</dependency>
// https://jarcasting.com/artifacts/org.kohsuke/asm6/
implementation 'org.kohsuke:asm6:6.0_BETA'
// https://jarcasting.com/artifacts/org.kohsuke/asm6/
implementation ("org.kohsuke:asm6:6.0_BETA")
'org.kohsuke:asm6:jar:6.0_BETA'
<dependency org="org.kohsuke" name="asm6" rev="6.0_BETA">
  <artifact name="asm6" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.kohsuke', module='asm6', version='6.0_BETA')
)
libraryDependencies += "org.kohsuke" % "asm6" % "6.0_BETA"
[org.kohsuke/asm6 "6.0_BETA"]