u

unicorn

Unicorn CPU emulator framework (ARM, AArch64, M68K, Mips, Sparc, X86)
https://github.com/zhkl0228/unicorn
GPL V2
zhkl0228
Files download
File Operation
unicorn-1.0.7.jar download
unicorn-1.0.7.pom download
unicorn-1.0.7-sources.jar download
Apache Maven
<dependency>
  <groupId>com.github.zhkl0228</groupId>
  <artifactId>unicorn</artifactId>
  <version>1.0.7</version>
</dependency>
Gradle Groovy
implementation 'com.github.zhkl0228:unicorn:1.0.7'
Gradle Kotlin
implementation("com.github.zhkl0228:unicorn:1.0.7")
Scala SBT
libraryDependencies += "com.github.zhkl0228" % "unicorn" % "1.0.7"
Groovy Grape
@Grapes(
  @Grab(group='com.github.zhkl0228', module='unicorn', version='1.0.7')
)
Apache Ivy
<dependency org="com.github.zhkl0228" name="unicorn" rev="1.0.7" />
Leiningen
[com.github.zhkl0228/unicorn "1.0.7"]
Apache Buildr
'com.github.zhkl0228:unicorn:jar:1.0.7'
Dependencies