is not current version
Last Version 6.5.0.Final

org.kie.modules:asm 6.4.0.CR1


Categories

Categories

ASM Application Layer Libs Bytecode Manipulation
GroupId

GroupId

org.kie.modules
ArtifactId

ArtifactId

asm
Version

Version

6.4.0.CR1
Type

Type

jar

Download asm 6.4.0.CR1

Filename Size
asm-6.4.0.CR1.pom 894 bytes
asm-6.4.0.CR1-tests.jar 2 KB
Browse

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