License |
License |
---|---|
Categories |
CategoriesRuby Languages ASM Application Layer Libs Bytecode Manipulation JNR Development Tools Native |
GroupId | GroupIdorg.jruby.extras |
ArtifactId | ArtifactIdjnr-x86asm |
Last Version | Last Version1.0.0 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptionjnr-x86asm
A pure-java X86 and X86_64 assembler
|
Filename | Size |
---|---|
jnr-x86asm-1.0.0.pom | |
jnr-x86asm-1.0.0.jar | 108 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.jruby.extras/jnr-x86asm/ -->
<dependency>
<groupId>org.jruby.extras</groupId>
<artifactId>jnr-x86asm</artifactId>
<version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.jruby.extras/jnr-x86asm/
implementation 'org.jruby.extras:jnr-x86asm:1.0.0'
// https://jarcasting.com/artifacts/org.jruby.extras/jnr-x86asm/
implementation ("org.jruby.extras:jnr-x86asm:1.0.0")
'org.jruby.extras:jnr-x86asm:jar:1.0.0'
<dependency org="org.jruby.extras" name="jnr-x86asm" rev="1.0.0">
<artifact name="jnr-x86asm" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.jruby.extras', module='jnr-x86asm', version='1.0.0')
)
libraryDependencies += "org.jruby.extras" % "jnr-x86asm" % "1.0.0"
[org.jruby.extras/jnr-x86asm "1.0.0"]
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.5 |