is not current version
Last Version 1.0.2

com.github.jnr:jnr-x86asm 1.0.1

A pure-java X86 and X86_64 assembler

Categories

Categories

ASM Application Layer Libs Bytecode Manipulation JNR Development Tools Native
GroupId

GroupId

com.github.jnr
ArtifactId

ArtifactId

jnr-x86asm
Version

Version

1.0.1
Type

Type

jar

Download jnr-x86asm 1.0.1


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