| License |
License |
|---|---|
| Categories |
CategoriesASM Application Layer Libs Bytecode Manipulation JNR Development Tools Native |
| GroupId | GroupIdcom.github.jnr |
| ArtifactId | ArtifactIdjnr-x86asm |
| Last Version | Last Version1.0.2 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
Descriptionjnr-x86asm
A pure-java X86 and X86_64 assembler
|
| Project URL |
Project URL |
| Filename | Size |
|---|---|
| jnr-x86asm-1.0.2.pom | |
| jnr-x86asm-1.0.2.jar | 214 KB |
| jnr-x86asm-1.0.2-sources.jar | 167 KB |
| jnr-x86asm-1.0.2-javadoc.jar | 604 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.github.jnr/jnr-x86asm/ -->
<dependency>
<groupId>com.github.jnr</groupId>
<artifactId>jnr-x86asm</artifactId>
<version>1.0.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.jnr/jnr-x86asm/
implementation 'com.github.jnr:jnr-x86asm:1.0.2'
// https://jarcasting.com/artifacts/com.github.jnr/jnr-x86asm/
implementation ("com.github.jnr:jnr-x86asm:1.0.2")
'com.github.jnr:jnr-x86asm:jar:1.0.2'
<dependency org="com.github.jnr" name="jnr-x86asm" rev="1.0.2">
<artifact name="jnr-x86asm" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.jnr', module='jnr-x86asm', version='1.0.2')
)
libraryDependencies += "com.github.jnr" % "jnr-x86asm" % "1.0.2"
[com.github.jnr/jnr-x86asm "1.0.2"]
| Group / Artifact | Type | Version |
|---|---|---|
| junit : junit | jar | 4.8.2 |