License |
License |
---|---|
GroupId | GroupIdcom.github.zhkl0228 |
ArtifactId | ArtifactIdunicorn |
Last Version | Last Version1.0.12 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptionunicorn
Unicorn CPU emulator framework (ARM, AArch64, M68K, Mips, Sparc, X86)
|
Project URL |
Project URL |
Filename | Size |
---|---|
unicorn-1.0.12.pom | |
unicorn-1.0.12.jar | 10 MB |
unicorn-1.0.12-sources.jar | 10 MB |
unicorn-1.0.12-javadoc.jar | 256 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.zhkl0228/unicorn/ -->
<dependency>
<groupId>com.github.zhkl0228</groupId>
<artifactId>unicorn</artifactId>
<version>1.0.12</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.zhkl0228/unicorn/
implementation 'com.github.zhkl0228:unicorn:1.0.12'
// https://jarcasting.com/artifacts/com.github.zhkl0228/unicorn/
implementation ("com.github.zhkl0228:unicorn:1.0.12")
'com.github.zhkl0228:unicorn:jar:1.0.12'
<dependency org="com.github.zhkl0228" name="unicorn" rev="1.0.12">
<artifact name="unicorn" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.zhkl0228', module='unicorn', version='1.0.12')
)
libraryDependencies += "com.github.zhkl0228" % "unicorn" % "1.0.12"
[com.github.zhkl0228/unicorn "1.0.12"]
Group / Artifact | Type | Version |
---|---|---|
org.scijava : native-lib-loader | jar | 2.3.5 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.8.2 |