u

unicorn2

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