is not current version
Last Version 1.0.0

org.jruby.extras:jnr-x86asm 0.1

A pure-java X86 and X86_64 assembler

Categories

Categories

Ruby Languages ASM Application Layer Libs Bytecode Manipulation JNR Development Tools Native
GroupId

GroupId

org.jruby.extras
ArtifactId

ArtifactId

jnr-x86asm
Version

Version

0.1
Type

Type

jar

Download jnr-x86asm 0.1


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