is not current version
Last Version 1.0.2

org.whiley:jasm 1.0.1

Jasm is an Assembler / Disassembler for Java Bytecode. Using Jasm you can easily read or write Java Classfiles. Jasm was originally developed as part of the Java Compiler Kit (JKit), and is now used primarily within the Whiley Compiler.

Categories

Categories

ASM Application Layer Libs Bytecode Manipulation
GroupId

GroupId

org.whiley
ArtifactId

ArtifactId

jasm
Version

Version

1.0.1
Type

Type

jar

Download jasm 1.0.1


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